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??