site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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) ... 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 ... which presents the same as with all the other ssl-dependent apps ... cheers, richard _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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 ... /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) 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 .... This email sent to site_archiver@lists.apple.com