On Fri, Jun 21, 2002 at 12:41:32PM -0700, R Blake wrote:
> "make install" (for SNAP-20020620) *now* fails at
> Makefile.ssl:install_docs:
>
> > make install
> .....
> created directory `/usr/local/ssl'
> created directory `/usr/local/ssl/man'
> created directory `/usr/local/ssl/man/man1'
> created directory `/usr/local/ssl/man/man3'
> created directory `/usr/local/ssl/man/man5'
> created directory `/usr/local/ssl/man/man7'
> installing man1/CA.pl.1
> Can't open perl script "pod2man": No such file or directory
> installing man1/asn1parse.1
> Can't open perl script "pod2man": No such file or directory
> installing man1/ca.1
> Can't open perl script "pod2man": No such file or directory
> installing man1/ciphers.1
> .....
>
> the manifestation of the problem is easy to find:
>
> lines 746 & 756 in Makefile.ssl are -
>
> "sh -c "$(PERL) `cd ../../util; ./pod2mantest ignore` \"
>
> unfortunately, po2mantest returns "pod2man" ..... without complete
> path.
I am responsible for adding the $(PERL). It was required, because
otherwise a wrong perl executable could be taken for the included
pod2man.pl script (from private communication with Bernhard Simon
<[EMAIL PROTECTED]>).
Therefore we cannot use the "without_path" logic any longer...
Richard: you created pod2mantest. Do you see any reason to not
remove the without_path part?
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]