Jozef 'azurIt' Sudolsky
azurit at pobox.sk
Thu Mar 10 12:12:59 EST 2005
hi, i had similar problem few days ago: the mod_python works fine but it wasn't possible to use MySQL-python. when i unloaded php, it started to work. this problem disappear after i recompiled php WITHOUT option '--with-mysql'. i think your problem will be something like this (but probably with other php compile options). azurIt > I've been having problems getting Python/mod_python/MySQLdb to work on > my computer at home. I finally figured out that if I commented out my > php module from loading in my httpd.conf file then mod_python would > work. I'm wondering if there is a way to get mod_python to work even > when php is loaded. > > system info: > Linux Slackware 8.1 w/ 2.4.22 kernel > Apache 2.0.49 > Python 2.3.3 > mod_python 3.1.3 > MySQL-python 0.9.2 > PHP 4.3.4 > > Specific error: > > --- from httpd.conf --- > LoadModule python_module /usr/local/apache/modules/mod_python.so > LoadModule php4_module /usr/local/apache/modules/libphp4.so > --- /from httpd.conf --- > > Actually, there were no errors reported to the browser. Mod_Python > would silently stop execution and the only evidence of anything strange > in log files was an "exit signal Segmentation fault (11)" in my apache > error log. > > --- from httpd.conf --- > LoadModule python_module /usr/local/apache/modules/mod_python.so > #LoadModule php4_module /usr/local/apache/modules/libphp4.so > --- /from httpd.conf --- > > If I commented out php4_module in httpd.conf, then everything worked > fine in python. Unfortunately, php doesn't work in this case. > > I'm able to duplicate this behavior on a different computer with the > same things installed so I'm not thinking it's a hardware issue > > Any help would be greatly appreciated! > > Jason Lanquist > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > ____________________________________ Vsetko o SuperStar http://superstar.atlas.sk
|