2010-01-21 123 views
0

我試圖安裝的mod_wsgi在Ubuntu 9.10 3.1,當我試圖使錯誤安裝mod_wsgi的3.1

[email protected]:/src/mod_wsgi-3.1$ ./configure --with-python=/usr/bin/python2.6 
checking for apxs2... /usr/bin/apxs2 
checking Apache version... 2.2.12 
configure: creating ./config.status 
config.status: creating Makefile 

[email protected]:/src/mod_wsgi-3.1$ sudo make 
/usr/bin/apxs2 -c -I/usr/include/python2.6 -DNDEBUG mod_wsgi.c -L/usr/lib -L/usr/lib/python2.6/config -lpython2.6 -lpthread -ldl -lutil -lm 
/usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static i486-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread  -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/python2.6 -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo 

/usr/share/apr-1.0/build/libtool: line 970: i486-linux-gnu-gcc: command not found 
apxs:Error: Command failed with rc=65536 
make: *** [mod_wsgi.la] Error 1 

什麼問題正在此錯誤?

回答

3

正確安裝gcc編譯器,它看起來不是全部存在或可能根本不存在。

3

的問題是你需要的apache-dev的 嘗試後,這此

sudo apt-get install apache2-dev 

嘗試

./configure --with-python=/usr/bin/python2.6 

而且:-) 偉人運行良好!

2

APXS:找不到命令

如果在運行配置,說得到一個錯誤: APXS:找不到命令。

然後,你將需要安裝Apache2的線程-dev軟件包(Ubuntu的軟件包名稱,可能在不同的發行版不同。

的apt-get安裝Apache2的線程-dev的