[PYTHON-CRYPTO] M2Crypto on Mac OSX

Richard Jones richard at BIZARSOFTWARE.COM.AU
Tue May 29 09:28:14 CEST 2001


Got m2crypto to compile on Mac OSX!

I've attached the working Makefile. Quite a few changes to make it go.

That and one needs to install openssl-0.9.6. But that's a whole other
story. In short:
1. ./Configure OpenBSD
2. edit root Makefile to change "gcc" to "cc"
3. edit Makefile in apps and test to change the libraries to:
  LIBCRYPTO=../libcrypto.a
  LIBSSL=../libssl.a

and you're there.


   Richard

--
Richard Jones
richard at bizarsoftware.com.au
Senior Software Developer, Bizar Software (www.bizarsoftware.com.au)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 852 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-crypto/attachments/20010529/2e4e6658/attachment.obj>


More information about the python-crypto mailing list