PDA

View Full Version : mod_python install


dumkat
July 15th, 2009, 01:56
Trying to install mod python but it says i have to reinstall python without thread support.

Any ideas how to do this? Thanks in advance.

DutchDaemon
July 15th, 2009, 02:43
Run make config in the directory of the Python port you installed previously (guess: /usr/ports/lang/python26 -- check for yourself which Python you're using).

Clear the next option:

[X] THREADS Enable thread support

Then run make deinstall clean && make reinstall clean

Then build mod_python again.