This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2001-09-21.14:51:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I've tried to build Python 2.1.1 on libc5 linux 
(Slackware 4). After configure I had to edit 
Modules/Setup to tell it to make the socket module, 
or "import socket" wouldn't work. But, compiling the 
socket module seems to demand glibc2.*. This is the 
error:

./Modules/socketmodule.c:178: netpacket/packet.h: No 
such file or directory

The FAQ says (3.8): "Once you've built Python, use it 
to run the regen.py script in the Lib/linux1 
directory". There is no regen.py or such directory. 
And the FAQ says that it's for Linux 1.*... (I'm 
running 2.2.19).
History
Date User Action Args
2007-08-23 13:56:29adminlinkissue463576 messages
2007-08-23 13:56:29admincreate