hi all,
i'd reported both of these when 0.9.8 first came out.
as of the 098a release, they're still, apparently, unresolved.
(1)
building 0.9.8a on OSX 10.4.2,
'make install' fails @
...
making install in engines...
installing 4758cca
cp: lib4758cca.so: No such file or directory
...
make[1]: *** [install] Error 1
make: *** [install_sw] Error 1
since ...
ls ./engines/*.dylib
./engines/lib4758cca.dylib
./engines/libaep.dylib
./engines/libatalla.dylib
./engines/libchil.dylib
./engines/libcswift.dylib
./engines/libgmp.dylib
./engines/libnuron.dylib
./engines/libsureware.dylib
./engines/libubsec.dylib
the workaround is to:
perl -pi -e 's/lib\$\$l.so/lib\$\$l.dylib/g'
/usr/ports/openssl-0.9.8a/engines/Makefile
*then* 'make install' completes successfully.
(2)
after install, note:
for 0.9.7g
otool -L libssl.dylib:
/usr/local/ssl/lib/libssl.0.9.7.dylib (compatibility version 0.9.0,
current version 0.9.7)
/usr/local/ssl/lib/libcrypto.0.9.7.dylib (compatibility version 0.9.0,
current version 0.9.7)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version
92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.0.0)
for v0.9.8a:
otool -L libssl.dylib:
libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
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/libmx.A.dylib (compatibility version 1.0.0, current version
92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.0.0)
v098x builds, for whatever reason, are MISSING the "/usr/local/ssl/lib"
install_name prefixes to the libssl/libcrypto libs.
this causes all SORTS of downstream probs ...
thx!
richard
--
/"\
\ / ASCII Ribbon Campaign
X against HTML email, vCards
/ \ & micro$oft attachments
[GPG] OpenMacNews
fingerprint: 3F07 3CFD 138A FD91 A4A6 1840 1A7A 8CCB 882F 67A1
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]