On Fri, Nov 16, 2001 at 09:05:52AM +0000, Laurent Jouannic wrote:
> 
> Hi to the ML
> 
> when I want to compile openssl-0.9.6b
>  I have the following answer:
> make[1]: Entering directory `/home/julien/source/openssl-0.9.6b/doc'
> pod2man --center='OpenSSL Documentation' --release="OpenSSL "
> --section=1
> openssl.pod > openssl.1
> Can't open openssl.pod for reading: No such file or directory
>  at /usr/bin/pod2man line 48
> make[1]: *** [openssl.1] Error 255
> make[1]: Leaving directory `/home/julien/source/openssl-0.9.6b/doc'
> make: *** [sub_all] Error 1
> 
> Anyone go an idea?

No. the openssl.pod file is in openssl-0.9.6b/doc/apps. I am somewhat
irritated that make claims to be in openssl-0.9.6b/doc (please note the
missing "apps" in the location), and I am even more irritated that
/usr/bin/pod2man is being called. I am quite sure that the correct
call would be to $(PERL) ../../util/pod2man.pl. As far as I remember
the pod2man version shipped with openssl has been modified, so using
a system version of it may lead to unwanted results...

Are you sure you are building from an unmodified OpenSSL-0.9.6b source?

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to