On Tue, Dec 27, 2011 at 8:56 AM, Michael Felt <mamf...@gmail.com> 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.

Reply via email to