Alexis Iglauer
aiglauer at yahoo.com
Fri Nov 10 00:58:04 EST 2000
I have mod_python working on MDK 6.0, 7.0 and 7.1 - no problem. I get the DEAPI warning, which I happily ignore. I usually have to change apache.py and put '/usr/lib/python1.5/site-packages/mod_python' in the sys.path so that 'cgihandler.py' gets found, but that is probably because I am too lazy to set PYTHONPATH. Problem has reduced since I now write my own handlers :) Apache 1.3.[4,6,12], mod_python 2.[0,2,6] HTH ax --- Gregory Trubetskoy <grisha at modpython.org> wrote: > > [cc-ing the list in case someone has a better > answer] > > Unfortunately I don't have access to Mandrake and > know next to nothing > about it. Is it supposed to be RedHat compatible? > > The RPM on the site is RedHat-specific as it makes > some assumptions about > what is in the httpd.conf file. I also don't know > how compatible it is as > far as libc versions, etc. > > Unless someone has a Mandrake RPM out there, my > recommendation would be to > compile it from sources. > > -- > Gregory (Grisha) Trubetskoy > grisha at modpython.org > > On Thu, 9 Nov 2000, Jason Jeremias wrote: > > > Okay, > > > > OS: Linux Mandrake 7.2 > > Apache 1.3.14 that came with it via RPM > > Python 1.5.2 also from mandrake rpm > > mod_python came from the website the RPM. > > > > Standard config that came with the system. With > the exception of the > > mod_python stuff loaded in it. This is the output > from the apache error > > log file. > > [Tue Nov 7 03:34:20 2000] [notice] > Apache-AdvancedExtranetServer/1.3.14 > > (Linux-Mandrake/2mdk) mod_python/2.6.3 > Python/1.5.2 configured -- > > resuming normal operations > > [Tue Nov 7 03:34:59 2000] [notice] child pid > 32518 exit signal > > Segmentation fault (11) > > [Thu Nov 9 03:56:09 2000] [notice] child pid > 32527 exit signal > > Segmentation fault (11) > > > > let me know if there is anything else I can send > you that may help. > > > > I usually have PHP loaded in Apache as well but I > was trying to get > > mod_python working before I put PHP in to > eliminate some possible > > problems. > > > > thanks for the reply. > > > > -Jason > > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one Place. http://shopping.yahoo.com/
|