Eric Brunson
brunson at brunson.com
Mon Mar 10 21:23:20 EDT 2008
Roberto C. Sánchez 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. >> >> Roberto, What version of OSX are you running? Also, do you have mysql and python support for mysql on your box? One of the rocket scientists at work runs Leopard and didn't get mysql compiled right away, so gave up trying. He's not really a sysadmin, though, he's more in tune with operating our spacecraft and running Matlab simulations of RF plans. :-) Now that I think about it, I may ask him for an account on his box and see if I can get all this running under Leopard. Thanks, e. > 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 > > I use version 2.2.3 of Apache and version 3.2.10 of mod_python (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 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|