How to get Python make to detect /usr/local/ssl

B

B.A.S.

Any Python developers out there that help me?

I would like to configure/make Python so it uses my local OpenSSL-1.0.0e install in /usr/local/ssl.

I have tried uncommenting the promising section of
../Python 2.7.2/Modules/Setup.dist below without success.

How to do it! Would like to upgrade SQLite as well...

------ snip of Setup.dist ------------

# Socket module helper for socket(2)
_socket socketmodule.c

# Socket module helper for SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable:
SSL=/usr/local/ssl
_ssl _ssl.c \
-DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
-L$(SSL)/lib -lssl -lcrypto

Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top