Graham Dumpleton
graham.dumpleton at gmail.com
Sat Apr 19 20:27:19 EDT 2008
Okay, read message properly now. Can you use Python 2.3 which comes with OS instead. MacPorts Python often gives problems. Also try adding '=' like I said. Graham 2008/4/20 Graham Dumpleton <graham.dumpleton at gmail.com>: > And what is the problem we are supposed to be commenting on? > > BTW, you missing '=' sign after --with-python option. Ie., you may not > be able to do it as two separate options. > > Graham > > 2008/4/20 Dustin Lee <qhfgva at gmail.com>: > > > > Here is what I run and the output I get. It hangs indefinitely on the final > > line. Any suggestions, advice would be appreciated. > > > > $ ./configure --with-apxs=/opt/apache2/bin/apxs --with-python > > /Library/Framewor > > ks/Python.framework/Versions/2.4/bin/python > > configure: WARNING: you should use --build, --host, --target > > configure: WARNING: invalid host type: > > /Library/Frameworks/Python.framework/Versions/2.4/bin/python > > checking for > > /Library/Frameworks/Python.framework/Versions/2.4/bin/python-gcc... no > > checking for gcc... gcc > > checking for C compiler default output file name... a.out > > checking whether the C compiler works... yes > > checking whether we are cross compiling... no > > checking for suffix of executables... > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ANSI C... none needed > > checking for ar... ar > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether make sets $(MAKE)... yes > > checking for main in -lm... yes > > checking for an ANSI C-conforming const... yes > > checking your blood pressure... a bit high, but we can proceed > > configure: checking whether apxs is available... > > checking for --with-apxs... /opt/apache2/bin/apxs executable, good > > checking Apache version... 2.0.55 > > checking for Apache libexec directory... /opt/apache2/modules > > checking for Apache include directory... -I/opt/apache2/include > > checking for --with-python... yes > > checking Python version... > > > > > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python at modpython.org > > http://mailman.modpython.org/mailman/listinfo/mod_python > > > > >
|