[Python-Dev] SSL detection problem

Guido van Rossum guido@digicool.com
Thu, 18 Jan 2001 19:55:15 -0500


> The distutils-based configuration fails to build on my system (SuSE
> 7.0) with the error
> 
> /usr/src/python/Modules/socketmodule.c:159: rsa.h: Datei oder Verzeichnis nicht
> gefunden
> /usr/src/python/Modules/socketmodule.c:160: crypto.h: Datei oder Verzeichnis nicht gefunden
> /usr/src/python/Modules/socketmodule.c:161: x509.h: Datei oder Verzeichnis nicht gefunden
> /usr/src/python/Modules/socketmodule.c:162: pem.h: Datei oder Verzeichnis nicht
> gefunden
> /usr/src/python/Modules/socketmodule.c:163: ssl.h: Datei oder Verzeichnis nicht
> gefunden                                                                       

The same happened to Fred on Mandrake 7.0 (except for the German
messages :-).

--Guido van Rossum (home page: http://www.python.org/~guido/)