Graham Dumpleton
graham.dumpleton at gmail.com
Mon Mar 10 21:16:01 EDT 2008
I am confused. See comments below. On 11/03/2008, Roberto C. Sánchez <roberto at connexer.com> wrote: > On Tue, Mar 11, 2008 at 11:44:00AM +1100, Graham Dumpleton wrote: > > > > 4. Respond with your results about what works and what doesn't. > > > > Graham, > > It Works For Me (TM). > > Basically, I configure Apache like this: > > ./configure --prefix=/usr/local/apache2/server --sysconfdir=/usr/local/apache2/etc --datadir=/usr/local/apache2/data --enable-modules=all --enable-mods-shared=all --with-included-apr --with-mpm=prefork --enable-ldap --enable-authnz-ldap --enable-ssl --with-ldap --with-pcre=/usr/local/pcre > > 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. > I use version 2.2.3 of Apache and version 3.2.10 of mod_python Do you mean to say this is what you normally use, or that you are telling me works out of the box for you? I specifically want to know about mod_python source code from subversion trunk. ie., version 3.3.2-dev-20080311. Which version are you talking about? BTW, if running on MacOS X, please ensure you state which version of MacOS X and which Python version and distribution, ie., OS, MacPorts, fink or self installed. Graham > (my > servers run Debian Etch and I try to replicate that environment as best > I can on my Mac laptop). > > It all just works out of the box. > > 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) > > iD8DBQFH1doy5SXWIKfIlGQRAj72AJ9ShxjjWYovltb290KK6tRd/exqRwCfetYQ > l1DnEd/uTTDJsqs+Tcr3yVw= > =0TxS > -----END PGP SIGNATURE----- > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > >
|