在aix6.1上安装apache2.4.3失败

wangru6749 2015-08-31 06:30:09
已安装apr、apr-util、pcre
1、confiure命令如下
./configure --prefix=/usr/local/apache2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre --enable-so --enable-mods-shared=most --enable-dav=shared --enable-dav-fs=shared --enable-maintainer-mode
2、make install失败
Making install in srclib
Target "local-install" is up to date.
Target "install" is up to date.
Making install in os
Making install in unix
Target "local-install" is up to date.
Target "install" is up to date.
Target "local-install" is up to date.
Target "install" is up to date.
Making install in server
Making install in mpm
Making install in worker
Target "local-install" is up to date.
Target "install" is up to date.
Target "local-install" is up to date.
Target "install" is up to date.
Target "local-install" is up to date.
Target "install" is up to date.
Making install in modules
Making install in aaa
rm -f /usr/local/apache2/modules/mod_authn_file.so
/usr/local/apr/build-1/libtool --silent --mode=install install mod_authn_file.la /usr/local/apache2/modules/
find: bad status-- /usr/local/apache2/modules/mod_authn_file.so
install: File mod_authn_file.so was not found.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

发现/usr/local/apache2下面的modules为空,请大家支招
...全文
2424 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
zy114196188 2018-11-22
  • 打赏
  • 举报
回复
make 的时候没有生成这部份的代码。应该是安装包本身的问题。换RPM包试一下。
jyxg132 2018-07-04
  • 打赏
  • 举报
回复
看看清楚啊,什么东西
ice_shenbo 2018-06-29
  • 打赏
  • 举报
回复
1、 httpd2.4.33在make install的时候makefile有问题,需要将makefile中的第7行
SUBDIRS = srclib os server modules support
改为:SUBDIRS = srclib os server support ,也就是去掉modules
并保存,然后make install
2、make install成功后手工将编译目录下所有so复制过去
cd /xxxxxx/httpd-2.4.33(自己的编译目录)
find . -name "*.so"
将查找出来的so都复制到
./configure --prefix=/xxxx/xxxxx
这里指定的目录下的modules目录(新建一下modules目录),
比如configure指定的是/tmp/apache,那么就将所有的so复制到/tmp/apache/modules
gbyukg 2015-09-08
  • 打赏
  • 举报
回复
遇到同样的问题了, 请问有解决方案了么?
wangru6749 2015-09-01
  • 打赏
  • 举报
回复
怎么没有人回复,静待

1,194

社区成员

发帖
与我相关
我的任务
社区描述
该论坛主要探讨IBM AIX平台的安装、部署、应用开发等话题,并为网友们提供自由交流的平台。
社区管理员
  • IBM AIX社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧