AIX 5.3.7
xlC v7
After "minor" edits, compiles (with warnings)
root@x105:[/data/prj/httpd-2.3.16-beta]./httpd -V
Server version: Apache/2.3.16 (Unix)
Server built: Dec 27 2011 07:28:45
Server's Module Magic Number: 20111203:0
Server loaded: APR 1.4.5, APR-UTIL 1.4.1
Compiled using: APR 1.4.5, APR-UTIL 1.4.1
Architecture: 32-bit
Server MPM: worker
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/opt/apache2"
-D SUEXEC_BIN="/opt/apache2/bin/suexec"
-D DEFAULT_PIDLOG="/var/apache2/run/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types"
-D SERVER_CONFIG_FILE="/etc/apache2/httpd.conf"
make install fails...
...
Target "local-install" is up to date.
Target "install" is up to date.
Making install in modules
Making install in aaa
rm -f /var/apache2/libexec/mod_authn_file.so
/data/prj/httpd-2.3.16-beta/srclib/apr/libtool --silent --mode=install
install mod_authn_file.la /var/apache2/libexec/
find: bad status-- /var/apache2/libexec/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.
root@x105:[/data/prj/httpd-2.3.16-beta]find . -ls | grep mod_authn_file
60751 1 -rw-r--r-- 1 michael system 415 Nov 8 23:46
./docs/manual/mod/mod_authn_file.html
60752 9 -rw-r--r-- 1 michael system 9043 Dec 15 14:38
./docs/manual/mod/mod_authn_file.html.en
60753 10 -rw-r--r-- 1 michael system 9764 Dec 15 14:38
./docs/manual/mod/mod_authn_file.html.fr
60754 10 -rw-r--r-- 1 michael system 9977 Dec 15 14:38
./docs/manual/mod/mod_authn_file.html.ja.utf8
60755 8 -rw-r--r-- 1 michael system 8130 Dec 15 14:38
./docs/manual/mod/mod_authn_file.html.ko.euc-kr
70559 8 -rw-r--r-- 1 michael system 7942 Dec 27 07:39
./modules/aaa/.libs/mod_authn_file.o
70560 1 -rw-r--r-- 1 michael system 18 Dec 27 07:39
./modules/aaa/.libs/mod_authn_file.exp
70561 12 -rwxr-xr-x 1 michael system 11554 Dec 27 07:39
./modules/aaa/.libs/mod_authn_file.so
70562 9 -rw-r--r-- 1 michael system 8520 Dec 27 07:39
./modules/aaa/.libs/mod_authn_file.a
70563 1 -rw-r--r-- 1 michael system 963 Dec 27 07:39
./modules/aaa/.libs/mod_authn_file.lai
70564 1 lrwxrwxrwx 1 root system 20 Dec 27 07:39
./modules/aaa/.libs/mod_authn_file.la -> ../mod_authn_file.la
60415 7 -rw-r--r-- 1 michael system 6389 Dec 5 00:08
./modules/aaa/mod_authn_file.c
60424 5 -rw-r--r-- 1 michael system 4645 Jan 11 2007
./modules/aaa/mod_authn_file.dsp
615754 1 -rw-r--r-- 1 michael system 962 Dec 27 07:39
./modules/aaa/mod_authn_file.la
615752 1 -rw-r--r-- 1 michael system 294 Dec 27 07:39
./modules/aaa/mod_authn_file.lo
615751 8 -rw-r--r-- 1 michael system 7942 Dec 27 07:39
./modules/aaa/mod_authn_file.o
615753 0 -rw-r--r-- 1 michael system 0 Dec 27 07:39
./modules/aaa/mod_authn_file.slo
root@x105:[/data/prj/httpd-2.3.16-beta]
Suggestions?
Michael