python 1.6a2 and openssl

Thomas Wouters thomas at xs4all.net
Fri May 19 07:38:49 EDT 2000


On Fri, May 19, 2000 at 01:00:00PM +0200, Michael Ströder wrote:
> Thomas Wouters wrote:
> > 
> > socket socketmodule.c -DUSE_SSL -I/usr/include/openssl -lssl -lcrypto

> IMHO modern OpenSSL applications import the headers with name
> openssl/[header file] => -I/usr/include should be sufficient.

Indeed.. I (wrongly) assumed the openssl rpm had renamed the
/usr/local/ssl/include directory to /usr/include/openssl... It is in fact
the /usr/local/ssl/include/openssl directory, so the whole -I line is
unnecessary.

(provided you installed the rpm, or another package that places the
include/libs in the same spot ;)

-- 
Thomas Wouters <thomas at xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!




More information about the Python-list mailing list