Gregory (Grisha) Trubetskoy
grisha at modpython.org
Thu Feb 13 12:01:38 EST 2003
If you're using precompiled packages, I don't think you'll be able to get it going. Try compiling apache2 from ports, but make sure to edit the Makefile in the ports first to add --enable-threads to the options. It's mentioned in the mod_python README file, but I don't rember whether was added there before or after 3.0.1 was released. Grisha On Thu, 13 Feb 2003, Robert Gash wrote: > I recently snagged the binary packages for apache-2.0.44 and > mod_python-3.0.1 available from the FreeBSD ports/i386/ports-4-stable > package repository. The system I'm installing on is a 4.7-RELEASE box, > and I'm getting the following error from Apache: > > root at galileo(ttyp2):/usr/local/etc/apache2# apachectl start > Syntax error on line 274 of /usr/local/etc/apache2/httpd.conf: > Cannot load /usr/local/libexec/apache2/mod_python.so into server: > /usr/local/libexec/apache2/mod_python.so: Undefined symbol > "pthread_create" > > I have attempted to compile mod_python myself and I have attempted to > install the binary package, does anyone know how to correct this error? > > -R > > -- > Robert Gash, gashalot at gashalot.com > (Web) http://gashalot.com/ > (PGP) http://gashalot.com/pgpkeys.txt > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|