andy,

> (2)
> after install, note:
>
>
> 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 ...

If you want better response time be more specific describing problems.
Even if appears selfobvious to you. Point is that without [daily] access
to MacOS X and massive hands-on experiense "all SORTS" have very little
[if any] meaning. Describe at least one problem in more "tangible"
terms. Check tomorrow snapshots as they become available. The case is
being dismissed. A.




the problem is that applications i'm attempting to link to openssl 0.9.8 -- 
without these
install_name prefixes --  either (a) do not 'find' the lib, despite an 
LDFLAGS/CPPFLAGS
specification, or (b) incorrectly select the Apple-bundled libs on /usr.

as a results, make repeatedly fails, complaining about symbols not found / 
undefined.

again, the point is this is changed behavior ... different from the 0.9.7x 
branch, and different
from every other app i have/build on my mac.

a relevant discussion with Apple engineering is here:

"any insights? upgrade from OpenSSL v0.9.7 --> 0.9.8 changes linking behavior 
on OSX"
http://lists.apple.com/archives/darwin-dev/2005/Jul/msg00056.html


and a PRIOR unanswered post to openssl-dev (from July), with more detail, was 
here:

http://marc.theaimsgroup.com/?l=openssl-dev&m=112179962925027&w=2

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to