首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >mod_swgi安装中的Redhat / error

mod_swgi安装中的Redhat / error
EN

Server Fault用户
提问于 2010-04-11 20:32:58
回答 1查看 323关注 0票数 0

当我试图安装mod_wsgi时,我得到了以下错误

代码语言:javascript
复制
./configure 

checking for apxs2... no
checking for apxs... /usr/sbin/apxs
checking Apache version... 2.2.3
configure: creating ./config.status
config.status: creating Makefile

make

/usr/sbin/apxs -c -I/usr/local/include/python2.6 -DNDEBUG   mod_wsgi.c -L/usr/local/lib -L/usr/local/lib/python2.6/config  -lpython2.6 -lpthread -ldl  -lutil -lm
/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fno-strict-aliasing  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -I/usr/local/include/python2.6 -DNDEBUG  -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo
sh: /apr-1/build/libtool: No such file or directory
apxs:Error: Command failed with rc=8323072
.
make: *** [mod_wsgi.la] Error 1

Apache3.2Python2.6 4月-1.2.7-11

这个错误是因为丢失了一个包..。不然我该怎么解决这个问题?

EN

回答 1

Server Fault用户

发布于 2010-04-11 20:59:14

您有安装libtool包吗?

代码语言:javascript
复制
rpm -qa libtool*

顺便提一下:与其自己编译,不如考虑使用国际单位社区项目存储库中的相关包。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/131439

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档