Lines 2-8
Link Here
|
2 |
# anders@fix.no, 2001-08-07 |
2 |
# anders@fix.no, 2001-08-07 |
3 |
|
3 |
|
4 |
pydir=`dirname $1 | sed "s/\/bin//"` |
4 |
pydir=`dirname $1 | sed "s/\/bin//"` |
5 |
if [ "`ldd $1|grep libc_r`" ]; then |
5 |
if [ "`ldd $1|egrep 'libc_r|libkse|libthr|libpthread'`" ]; then |
6 |
echo "Error: Python installation in $pydir uses threads. mod_python requires" |
6 |
echo "Error: Python installation in $pydir uses threads. mod_python requires" |
7 |
echo "it to be built without threads. Please deinstall & rebuild/reinstall Python with" |
7 |
echo "it to be built without threads. Please deinstall & rebuild/reinstall Python with" |
8 |
echo "WITHOUT_THREADS set." |
8 |
echo "WITHOUT_THREADS set." |