Gregory (Grisha) Trubetskoy
grisha at modpython.org
Wed Jun 2 15:58:05 EDT 2004
There is also a wrokaround, it is documented in the mod_python FreeBSD port, check out /usr/ports/www/mod_python3/pkg-message Grisha On Wed, 2 Jun 2004, Reed L. O'Brien wrote: > Compile without threads. > > Perica Zivkovic wrote: > > Hi, > > > > sorry for posting this but I checked all documentation and google and > > didn't find any help... > > > > I installed FreeBSD 4.9 and on that clean install I installed from > > source (not ports) following: > > > > 1. apache 2.0.49 > > 2. python 2.3.4 > > 3. mod_python 3.1.3 (configured with apxs...) > > > > everithing was smooth and easy but... > > > > I included "LoadModule ..." line provided to me by mod python install > > script and after I attempt to start apache I get this: > > > > ---------------------------- > > Syntax error on line 233 of /usr/local/apache2/conf/httpd.conf: > > Cannot load /usr/local/apache2/modules/mod_python.so into server: > > /usr/local/apache2/modules/mod_python.so: Undefined symbol > > "pthread_self" > > ---------------------------- > > > > I'm not posting this after first failed attempt... I tried to reinstall > > an do this three times but no luck... > > > > Please help > > > > grt. > > > > Perica > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|