from my experience on Mac OS X, you have to move /usr/lib/*ssl.dylib* and /usr/lib/*crypto.dylib* out of the library path (because OpenSSL seems to try to link against those objects instead of the newly created ones)
Then rebuild openssl ... anyhow, that has worked for me in the past ... Just remember to move those files back into /usr/lib when you're done as some OS X programs are totally dependant on the apple specific version. -Brad Alan Nilsson wrote: > New to OpenSSL, > > Trying to install to use in conjunction with PostgreSQL on Mac OSX, > > Configure & make succeed, however make test fails testing RC4. > > I removed all compiler optimizations & rebuilt - no luck. > > Can anyone give me any leads? > > > > > Alan Nilsson > How hard can it possibly be? > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]