On 8/18/06, Martin Costabel <email@hidden> wrote:
'ls' doesn't really tell you whether the library exists. It could still
be unreadable, a broken symlink, not a library etc. Try at least
ls -l /usr/local/ssl/lib/libssl.0.9.8.dylib
file /usr/local/ssl/lib/libssl.0.9.8.dylib
otool -L /usr/local/ssl/lib/libssl.0.9.8.dylib
Good point. Thank you for pointing that out.
As you mentioned,
ls -l /usr/local/ssl/lib/libssl.0.9.8.dylib
-r-xr-xr-x 1 root wheel 325752 2006-08-09 23:05 /usr/local/ssl/lib/libssl.0.9.8.dylib
file /usr/local/ssl/lib/libssl.0.9.8.dylib
/usr/local/ssl/lib/libssl.0.9.8.dylib: Mach-O dynamically linked shared library ppc
otool -L /usr/local/ssl/lib/libssl.0.9.8.dylib
/usr/local/ssl/lib/libssl.0.9.8.dylib (compatibility version
0.9.8, current version 0.9.8)
/usr/local/ssl/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
/usr/local/lib/libgmp.3.dylib (compatibility version 7.0.0, current version 7.3.0)
/usr/lib/libgcc_s.1.dylib (compatibility version
1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.6)
And, no other applications that link against libssl have reported any such problems. Not to say that they don't exisst, simply that I haven't seen them.
Thank you.
Paul