[mod_python] ModPython on FreeBSD - install process

Gregory (Grisha) Trubetskoy grisha at modpython.org
Fri Jun 11 18:48:26 EDT 2004


I don't see any reason why you should compile Python without threads on
FreeBSD.

The easiest way to install mod_python on FreeBSD is to do it from the
ports collection IMO.

Grisha

On Wed, 9 Jun 2004, Krishna Srinivasan wrote:

>
> Greetings.
>
> Are the following steps correct for a clean install ?
>
> - Install python with option '--without-threads'
> - Install apache (no special options)
> - Install mod_python with apxs and python
> options during 'configure' (pointing to
> the right locations)
> - setenv LD_PRELOAD to '/usr/lib/libc_r.so'
>
> This is what I did but still got
> the "PyThread_Delete" error.
>
> [I managed to get away with a different
> mod_python.so from a different but
> similar config machine].
>
> FreeBSD 4.9, Python 2.2.3, Apache 2.0.48, ModPy 3.1.3
>
> Is there something else that needs to be done ?
> Please let me know,
>
> thanks,
> Krishna.
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>


More information about the Mod_python mailing list