Graham Dumpleton
graham.dumpleton at gmail.com
Mon Mar 10 21:42:58 EDT 2008
On 11/03/2008, Roberto C. Sánchez <roberto at connexer.com> wrote: > On Tue, Mar 11, 2008 at 12:16:01PM +1100, Graham Dumpleton wrote: > > > I am confused. See comments below. > > > > On 11/03/2008, Roberto C. Sánchez <roberto at connexer.com> wrote: > > > > > > > I configure mod_python like this: > > > > > > ./configure --prefix=/usr/local/apache2/server --with-apxs2=/usr/local/apache2/server/bin/apxs > > > > There is no option --with-apxs2 to the mod_python configure script. > > Nor is there a --prefix option that does anything from memory. > > > > Well, I think I used the Debian source package, which builds mod_python > like this: > > ./configure --with-apxs=/usr/bin/apxs2 --prefix=/usr \ > --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ > --with-python-version=$(PYVER) No such option --with-python-version to mod_python configure either. :-) The only option above that does anything in mod_python is --with-apxs. To specify Python to use the option is --with-python and should be path to 'python' executable for version of Python to be used. Graham > Regards, > > -Roberto > > -- > Roberto C. Sánchez > http://people.connexer.com/~roberto > http://www.connexer.com > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFH1eGa5SXWIKfIlGQRAhtvAJ9LHdBAzFCdi/NQonbl3fDRitYlCwCfaeB8 > 27rpKIY+Xf/6OoNTh245lO0= > =128f > -----END PGP SIGNATURE----- > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > >
|