summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-12 19:01:45 (GMT)
committerGuido van Rossum <guido@python.org>1999-04-12 19:01:45 (GMT)
commitfe23ad72833f2106f7056037778ebebc3023553d (patch)
tree00fece8d656f7d4731177ea002d4caed507b081a /README
parent59a88f4ba70856825dcd24a13ddb036b2f68c6e8 (diff)
downloadcpython-fe23ad72833f2106f7056037778ebebc3023553d.zip
cpython-fe23ad72833f2106f7056037778ebebc3023553d.tar.gz
cpython-fe23ad72833f2106f7056037778ebebc3023553d.tar.bz2
Add note about popen2 problem on Linux noticed by Pablo Bleyer.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 8b31ca1..c16a59a 100644
--- a/README
+++ b/README
@@ -193,6 +193,12 @@ Linux: On Linux version 1.x, once you've built Python, use it to run
to fail as well, so their removal is a good idea regardless of
how you configure python.
+ More recently, a problem with threads and fork() was tracked
+ down to a bug in the pthreads code in glibc version 2.0.5;
+ glibc version 2.0.7 solves the problem. This causes the
+ popen2 test to fail; problem and solution reported by Pablo
+ Bleyer.
+
Also under RedHat Linux 5.0, the crypt module now needs the
-lcrypt option. Uncomment this flag in Modules/Setup, or
comment out the crypt module in the same file.