I think this is an install problem, but I'm not familiar enough with the way *.pod are converted to man to find out where it comes from.


On installing 0.9.7c, the file EVP_BytesToKey.3 is a link to itself.

# ls -l /opt/openssl-0.9.7c/ssl/man/man3/EVP_BytesToKey.3
lrwxrwxrwx 1 root other 16 Oct 1 14:35 /opt/openssl-0.9.7c/ssl/man/man3/EVP_BytesToKey.3 -> EVP_BytesToKey.3


On 0.9.7b, the file was a real one:
# ls -l /opt/openssl-0.9.7b/ssl/man/man3/EVP_BytesToKey.3
-rw-r--r-- 1 root other 6572 Apr 14 14:40 /opt/openssl-0.9.7b/ssl/man/man3/EVP_BytesToKey.3


If it matters, syste is a Solaris 8, compiler is GCC 2.95.3, and I used the same options to configure:
./config --prefix=/opt/openssl-0.9.7c shared


I noticed the problem when doing a chmod -R on the directory, it complained about the infinite loop. No big deal, of course, but if it is an install script problem, better correct it!

Laurent

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to