Nicolas Lehuen
nicolas.lehuen at gmail.com
Wed Mar 9 19:21:27 EST 2005
Hi, You can fetch a pure Win32 (non-cygwin) setup for mod_python 3.1.4 with Python 2.4 on : http://nicolas.lehuen.com/download/ If you're clever enough to build any version of mod_python under Cygwin, then we'll be grateful to share your experience ; however I think it's pretty safe to say this is an unsupported platform choice, so don't expect too much help here. As for the mailing list archives : http://www.modpython.org/pipermail/mod_python/ Regards, Nicolas On Wed, 9 Mar 2005 19:21:12 +0000, Johannes Nel <johannes.nel at gmail.com> wrote: > hi > > ok, i have just wasted a weekend trying to get this working on my > windows machine with cygwin > > 1st tried apache 2.* with mod_python 3.1*, > unfortunatly my bin/apxs work(apache 2.* and 1.3*) with a pretty > standard apache install script of > > ./configure --prefix-/my/path > make > make install > -> it says DSO is not supported on this platform. Fair enough > > so then compiling mod_python using > > ./configure --with-apxs-/path/to/apxs > will obviously fail. > > so i decided bahamba, no reason for DSO i can just do it the old way. > so mod_python 3.1 does not support static compile so had to switch to > apache 1.3* and mod_python 2.7* and compile mod_python into the apache > source. > > so compiling mod_python fails for me now on the make!!! > ./configure --with-apache=/path/to/my/apache/source > make static > --> Error 2 could not find mod_python.c > > obviously the file is in the mod_python folder src folder. > > well thats my sad tale. any insight will be appreciated... > has anybody gotten it working, and if they did, how? > thanks > johan > ps: how do i search the archives of this list? > > -- > j:pn > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|