Hi everyone,

I'm having trouble compiling php 4.1.1 with Apache 1.3.23 on AIX 4.3.3.  Apache is 
already installed.  The details are below.  Any help would be great.

Thanks,
Ron


My configure line is as follows:

./configure --prefix=/usr/local/php_4.1.1
--with-apxs=/usr/local/apache_1.3.23/bin/apxs
--without-mysql

'configure' runs fine, as does 'make'.  However, when I do a 'make install' I get the 
following:

Making install in Zend
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
Making install in main
Target "install-p" is up to date.
Target "install" is up to date.
Making install in ext
Making install in pcre
Making install in pcrelib
Target "install-p" is up to date.
Target "install" is up to date.
Target "install-p" is up to date.
Target "install" is up to date.
Making install in posix
Target "install-p" is up to date.
Target "install" is up to date.
Making install in session
Target "install-p" is up to date.
Target "install" is up to date.
Making install in standard
Target "install-p" is up to date.
Target "install" is up to date.
Making install in xml
Making install in expat
Target "install-p" is up to date.
Target "install" is up to date.
Target "install-p" is up to date.
Target "install" is up to date.
Target "install-p" is up to date.
Target "install" is up to date.
Making install in sapi
Making install in apache
Target "install-p" is up to date.
Target "install" is up to date.
Target "install-p" is up to date.
Target "install" is up to date.
Making install in TSRM
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
Making install in regex
Target "install-p" is up to date.
Target "install" is up to date.
Making install in .
        /usr/local/apache_1.3.23/bin/apxs -i -a -n php4 libs/libphp4.so
[activating module `php4' in /usr/local/apache_1.3.23/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache_1.3.23/libexec/libphp4.so
cp: libs/libphp4.so: A file or directory in the path name does not exist.
apxs:Break: Command failed with rc=1
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.



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to