Re: Linking to libcrypto
Re: Linking to libcrypto
- Subject: Re: Linking to libcrypto
- From: Aaron Tuller <email@hidden>
- Date: Sun, 2 Nov 2003 18:42:13 -0800
At 9:07 PM -0500 11/2/03, Kyle Moffett wrote:
Panther includes version 0.9.7 of openssl (Which includes
libcrypto), whereas Jaguar included 0.9.6. Unfortunately, the two
are binary incompatible (IIRC, it was also source incompatible). I
recommend that you build your own version with whatever settings you
That's weird, I just add this:
-lcrypto -lssl
to my linker flags, and it works on Jaguar and Panther just fine. I'm
building on Jaguar though in PB. when I otool -L my binary I show:
/usr/lib/libcrypto.0.9.dylib (compatibility version 0.9.0,
current version 0.9.6)
/usr/lib/libssl.0.9.dylib (compatibility version 0.9.0,
current version 0.9.6)
I haven't had a chance to build yet on Panther, but I would hope that
building on Panther wouldn't ruin this for me.
-aaron
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.