我们正在安装 apache 2.4.X ,尝试安装

  • 2.4.16

  • 2.4.25

  • 2.4.29

在AIX 7.1(7100-05-01-1731)中 .

我们正在为httpd-apache执行make install时遇到以下问题 .

我们已成功安装

  • apr(apr-1.5.2)

  • apr util(apr-util-1.5.4)

  • pcre(pcre-8.33) .

Flags that were used are :

export OBJECT_MODE=64
export CC="xlc_r -q64"
export lt_cv_path_NM="/usr/bin/nm -B -X64"
export AR="ar -X64"

Error Stacktrace: 我们面临的问题是,由于某些错误,无法创建mod_authn_file.so .

rm -f /home/u980868/apache/kiran/httpd-kiran/modules/mod_authn_file.so
 /home/u980868/apache/kiran/httpd-2.4.25/srclib/apr/libtool --silent --mode=install install mod_authn_file.la /home/u980868/apache/kiran/httpd-kiran/modules/

find: bad status-- /home/u980868/apache/kiran/httpd-kiran/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.