diff options
Diffstat (limited to 'www/mod_python/pkg-req.threads')
-rw-r--r-- | www/mod_python/pkg-req.threads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_python/pkg-req.threads b/www/mod_python/pkg-req.threads index 918d09944ed4..6244f88a580d 100644 --- a/www/mod_python/pkg-req.threads +++ b/www/mod_python/pkg-req.threads @@ -2,7 +2,7 @@ # anders@fix.no, 2001-08-07 pydir=`dirname $1 | sed "s/\/bin//"` -if [ "`ldd $1|grep libc_r`" ]; then +if [ "`ldd $1|egrep 'libc_r|libkse|libthr|libpthread'`" ]; then echo "Error: Python installation in $pydir uses threads. mod_python requires" echo "it to be built without threads. Please deinstall & rebuild/reinstall Python with" echo "WITHOUT_THREADS set." |