Trouble with _socket on Solaris installation

Oleg Broytmann phd at phd.pp.ru
Tue Jan 22 19:12:15 EST 2002


On Tue, Jan 22, 2002 at 06:21:54PM -0500, Tom Loredo wrote:
>    WARNING: removing "_socket" since importing it failed
> 
> socketmodule.c compiles, and _socket.so gets linked, apparently
> successfully, but then the message appears.

   Gotot directory where _socket.so is, start python nd import _socket.
Look tthe error message nd fix problems.
   I did exactly this a week ago, while trying to compile sockets with SSL.
It turned out that my OpenSSL was ratjer old, and socketmodule.c made calls
that were not in the ssl library. I edited socketmodule.c and successfully
recompiled and instlled it.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list