[openssl.org #143] pod2mantest gives wrong return value

2002-07-12 Thread Lutz Jaenicke via RT


[guest - Fri Jul 12 08:04:57 2002]:

 During make install on a Solaris 2.6 with Perl 5.005_002 pod2mantest
 is
 called via `cd ../../util; ./pod2mantest ignore`
 It complains MultilineTest failed and returns util/pod2man.pl
 
 This path does not work at this place. It should be
  ../../util/pod2man.pl

Thanks, it is already fixed in the CVS.
   Lutz
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



[openssl.org #143] pod2mantest gives wrong return value

2002-07-11 Thread via RT


During make install on a Solaris 2.6 with Perl 5.005_002 pod2mantest is
called via `cd ../../util; ./pod2mantest ignore` 
It complains MultilineTest failed and returns util/pod2man.pl 

This path does not work at this place. It should be
 ../../util/pod2man.pl

The installation stops here.

I changed 
echo util/pod2man.pl
to
echo ../../util/pod2man.pl
and install went through.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]