Mikael Johansson
mikael.johansson at sema.se
Fri Jul 20 09:38:56 EST 2001
Any Ideas for my installation problem ? HPUX 11.0, Pyhton 1.5., Mod_Pyhton 2.7.5 /MiJo/ ================cut========================= root at gotuh03> ./configure --with-apxs=/opt/apache/bin/apxs loading cache ./config.cache checking for gcc... no checking for cc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... no checking whether cc accepts -g... yes checking for ranlib... ranlib checking for ar... ar checking for a BSD compatible install... /opt/imake/bin/install -c checking whether make sets ${MAKE}... yes checking for main in -lm... yes checking for working const... yes checking your blood pressure... a bit high, but we can proceed checking whether apxs is available checking for --with-apxs... /opt/apache/bin/apxs executable, good checking for Apache libexec directory... /opt/apache/libexec checking for Apache include directory... -I/opt/apache/include checking for --with-apache... no configure: warning: **** No apache sources specified, static compilation will not be available. configure: warning: **** You can use --with-apache to specify where your Apache sources are. checking for --with-python... no checking for python... /usr/local/bin/python checking Python version... 1.5 checking whether Python is compiled with thread support... no threads, good checking Python install prefix... /usr/local checking what libraries Python was linked with... /usr/local/lib/python1.5/config/libpython1.5.a -lnet -lnsl -ldld -lm checking linker flags used to link Python... checking where Python include files are... -I/usr/local/include/python1.5 checking for mkdep... no checking for makedepend... /opt/imake/bin/makedepend updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/libpython.module creating Doc/Makefile analyzing dependencies root at gotuh03> make dso Compiling for DSO. For static, do "make static" /opt/apache/bin/apxs -I/opt/install/mod_python-2.7.5/src/include -I/opt/apache/include -I/usr/local/include/python1.5 -c mo ld -b -o mod_python.so mod_python.o _apachemodule.o requestobject.o tableobject.o util.o serverobject.o connobject.o -lm /usr/local ld: Invalid loader fixup in text space needed in output file for symbol "$000000B1" in input file "/usr/local/lib/python1.5/config/" apxs:Break: Command failed with rc=65536 *** Error exit code 1 Stop. *** Error exit code 1 Stop. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20010720/6b0783f9/attachment-0003.htm
|