Re: any insights? upgrade from OpenSSL v0.9.7 --> 0.9.8 changes linking behavior on OSX
Re: any insights? upgrade from OpenSSL v0.9.7 --> 0.9.8 changes linking behavior on OSX
- Subject: Re: any insights? upgrade from OpenSSL v0.9.7 --> 0.9.8 changes linking behavior on OSX
- From: OpenMacNews <email@hidden>
- Date: Tue, 19 Jul 2005 07:46:21 -0700
hi chris,
thx for the reply =)
FOR OPENSSL VERSION v0.9.8
% otool -L lynx
...
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)
...
My guess is that you messed up your openssl install.
entirely possible, though the install procedure for 0.9.7 & 0.9.8 was the same
...
Do otool -L /usr/
local/libssl.0.9.8.dylib and I bet the install names are wrong. The install
names should look like /usr/local/libssl.0.9.8.dylib, but I bet they are
libssl.0.9.8.dylib.
you're correct ...
/usr/local/lib/libssl.0.9.8.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/libz.1.dylib (compatibility version 1.0.0, current version 1.2.2)
/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)
which presents the same as with all the other ssl-dependent apps ...
i'll try _another_ clean rebuild ... tho, several to date have resulted in the
same problem ...
I bet the install names are wrong
suggestions as to what/where in the openssl source to check for any
mis-assignments of the install names? i thought -- perhaps naiively -- that
libtool takes care of these ....
cheers,
richard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden