Feghhi, Jalil
JFeghhi at visa.com
Mon Jan 24 16:06:10 EST 2005
Yes. I checked and the mod_python.so file under /etc/httpd/modules had a new timestamp. I am not at my RH box now but I will double check to make sure. Anything else I need to do? Are there any env. vars used by Apache? I couldn't find any. Also, I noticed mod_python.so is picked up by Apache automatically and I don't need to load it explicitly in httpd.conf. When I do it explicitly, there is a warning that the module is already loaded and will be skipped. I am not sure if this has anything to do with it though. Thanks, -Jalil -----Original Message----- From: Simon Kesenci [mailto:god at skri.org] Sent: Monday, January 24, 2005 9:33 AM To: Feghhi, Jalil Cc: mod_python at modpython.org Subject: Re: [mod_python] Integration Issue Did you move the new mod_python.so into the apache module directory? --S. On Jan 24, 2005, at 08:08, Feghhi, Jalil wrote: > > I compiled and installed Python 2.4 under Redhat in /usr/local/bin and > /usr/local/lib (default locations). I then compiled mod_python using > Python 2.4 (I could see it picking up the right version when > compiling). > However, when run under Apache, it seems it still picks up the older > version of Python libraries from /usr/lib. How can I make Apache (or > mod_python under Apache) use the new version? > > Thanks, > > -JF > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|