Unfortunately, while installing coreutils fixed it for 2.3.16/2.4.0, it is still 'broken' for 2.2.22
I have used both the AIXToolBox version - (ancient coreutils-5.2.1-2) - which has extra warnings ;) and also coreutils 8.14. So, new bug-report? === + make install DESTDIR=/var/tmp/root/httpd.2.2.22 > build/aix/install.out mkdir /var/tmp/root/httpd.2.2.22 mkdir /var/tmp/root/httpd.2.2.22/opt mkdir /var/tmp/root/httpd.2.2.22/opt/httpd mkdir /var/tmp/root/httpd.2.2.22/opt/httpd/lib mkdir /var/tmp/root/httpd.2.2.22/opt/httpd/bin mkdir /var/tmp/root/httpd.2.2.22/var mkdir /var/tmp/root/httpd.2.2.22/var/httpd mkdir /var/tmp/root/httpd.2.2.22/var/httpd/build mkdir /var/tmp/root/httpd.2.2.22/opt/httpd/lib/pkgconfig mkdir /var/tmp/root/httpd.2.2.22/opt/httpd/include libtool: install: warning: remember to run `libtool --finish /opt/httpd/lib' libtool: install: warning: remember to run `libtool --finish /opt/httpd/lib' libtool: install: warning: relinking `libaprutil-1.la' cc: 1501-228 input file /opt/httpd/lib/libexpat.a not found cc: 1501-228 input file /opt/httpd/lib/libapr-1.so not found libtool: install: error: relink `libaprutil-1.la' with the above command before installing it 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. make install returned an error ==== p.s. If I run a regular make install, and then the command above, the command above succeeds. p.p.s. - I am also wondering about the libtool warnings about --finish - I have done them, but also not done them and cannot determine what the difference is. Michael On Tue, Jan 3, 2012 at 2:48 PM, Eric Covener <[email protected]> wrote: > On Tue, Dec 27, 2011 at 8:56 AM, Michael Felt <[email protected]> wrote: > > 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. > > > > FWIW we discovered offline that we needed GNU coreutils (for > /opt/freeware/bin/install) on AIX. >
