apache编译错误 求解决
在编译安装阿帕奇时遇到的:系统环境:树莓派上的centos
使用apache参数:
./configure --prefix=/usr/local/apache2/ --sysconfdir=/usr/local/apache2/etc/
--with-included-apr --enable-so --enable-deflate=shared
--enable-expires=shared --enable-rewrite=shared
得到失败:
collect2: error: ld returned 1 exit status
make: *** Error 1
make: Leaving directory `/home/lamp/httpd-2.4.7/support'
make: *** Error 1
make: Leaving directory `/home/lamp/httpd-2.4.7/support'
make: *** Error 1
link失败,估计是差3rd lib,or version lower 回复 2# 流氓无产者
怎么解决?求解啊 need more detail information 你这种情况多半是缺少apr的包
下载apr-xxx.xxx和apr-util-xxx。然后安装上再编译安装apache即可。 回复 6# woxizishen
试过了 不行 回复 7# qq1428834423
collect2: error: ld returned 1 exit status
make: *** Error 1
换个版本编译试试,有可能不兼容
页:
[1]