PHP Installation on AIX Failed

The 'make install' is broken for AIX! Help Me!!!!
:confused::confused::eek::eek:
Reproduce code:
---------------
# make install
echo '\
\
Installing PHP SAPI module: apache2handler
/usr/local/apache/build/instdso.sh
SH_LIBTOOL='/usr/local/apache/build/libtool' libphp5.la
/usr/local/apache/modules
rm -f /usr/local/apache/modules/libphp5.so
/usr/local/apache/build/libtool --mode=install cp libphp5.la
/usr/local/apache/modules/
cp .libs/libphp5.a /usr/local/apache/modules/libphp5.a
cp .libs/libphp5.lai /usr/local/apache/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish
/install/bf/PHP/php-5.1.4/libs'
chmod 755 /usr/local/apache/modules/libphp5.so
chmod: /usr/local/apache/modules/libphp5.so: A file or directory in the
path name does not exist.
apxs:Error: Command failed with rc=65536
.
make: 1254-004 The error code from the last command is 1.

Apache 2 installed and running, the configure command is:

./configure --prefix=/usr/local/php --with-ibm_db2=/home/db2inst1/sqllib \
--with-apxs2=/usr/local/apache/bin/apxs --with-ldap --enable-mbstring --enable-shmop \
--with-xml --with-zlib

Tks

Check this: