Patrick McNamee
patm at visi.com
Tue Dec 9 11:21:29 EST 2003
On Tue, Dec 09, 2003 at 10:46:10AM -0600, Jason Tesser wrote: > > You need a newer version: 3.1.x, with the newest being 3.1.2b on > > www.modpython.org > > OK I got and and I am trying to compile it. I am on a Suse9.0 box with Apache2 > installed. When I run ./configure --with-apxs=/usr/share/apache2 it tells > me I need to run apache2. It doesn't tell me what I am running now but all > I have installed in apache2. Any ideas? I think you want something like: ./configure --with-apxs=/usr/share/apache2/bin/apxs --with-python=/path/to/python2.2 See http://www.modpython.org/live/mod_python-3.1.2b/doc-html/installation.html for more info. pm
|