Hallo,
ich sitze anscheint gerade auf den schlauch. Ich möchte mod_wsgi für den Apachen übersetzten.
root mod_wsgi-2.3 $ ./configure
checking for apxs2... no
checking for apxs... /usr/bin/apxs
checking Apache version... 2.2.9
checking for python... /usr/bin/python
configure: creating ./config.status
config.status: creating Makefile
root mod_wsgi-2.3 $ make
/usr/bin/apxs -c -I/usr/include/python2.4 -DNDEBUG mod_wsgi.c -L/usr/lib/python2.4/config -lpython2.4 -lsocket -lnsl -ldl
/usr/apr/1.3/build/libtool --silent --mode=compile /opt/SUNWspro/bin/cc -prefer-pic -xO3 -m32 -xchip=pentium -xspace -Xa -xildoff -xc99=all -DSSL_EXPERIMENTAL -DSSL_ENGINE -xO4 -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -mt -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/apache2/2.2/include -I/usr/apr/1.3/include -I/usr/apr-util/1.3/include -I/usr/include/python2.4 -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo
env: No such file or directory
apxs:Error: Command failed with rc=65536
.
*** Error code 1
make: Fatal error: Command failed for target `mod_wsgi.la'
root mod_wsgi-2.3 $
Hat wer eine Idee? Das ist sicher trivial, aber ich finde das Problem nicht wirklich, was er mit env hat. Es ist ein Open Solaris 2008.11 Build 106 und python (/usr/bin/python) ist in der Version 2.4.4 installiert.
Gruß