How to Install mod_python-2.7.8 in freebsd 4.4 Stable

Sheng-Yen Ho shengyen.ece90g at nctu.edu.tw
Wed Nov 20 11:02:57 EST 2002


First, I just make install in /usr/ports/www/mod_python/
it is terminated with error message
"Error: Python installation in /usr/local uses threads. mod_python requires
it to be built without threads. Please deinstall & rebuild/reinstall Python
with WITHOUT_THREADS set.
*** Error code 1"
So..I deinstall Python and reinstall in the following steps
 #make configure --without-threads
 #make install
I'm sure --without-threads have been set in config.status
I try to make install mod_python-2.7.8 again,but the same Error appeared.
anything I missed??





More information about the Python-list mailing list