ID: 28060 Comment by: lawrence at alphageeks dot co dot uk Reported By: jperezme at jazzfree dot com Status: Open Bug Type: Compile Failure Operating System: Aix 5.2 PHP Version: 4.3.6 New Comment:
Same problem trying to get 4.3.6 onto my Raq550r configure options; ----cut here---- ./configure '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes' '--with-regex=system' '--enable-track-vars' '--with-iconv' '--enable-xml' '--disable-debug' '--with-gd' '--enable-mbstring' '--enable-mbstr-enc-trans' '--with-pgsql=shared' '--with-ldap' '--with-openssl=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' ------cut here---- make install error; ----cut here---- Installing PHP SAPI module: apache [activating module `php4' in /etc/httpd/conf/httpd.conf] cp libs/libphp4.so /usr/lib/apache/libphp4.so cp: cannot stat `libs/libphp4.so': No such file or directory apxs:Break: Command failed with rc=1 make: *** [install-sapi] Error 1 ----cut here---- Previous Comments: ------------------------------------------------------------------------ [2004-04-19 16:42:33] jperezme at jazzfree dot com Description: ------------ I have tried to compile php 4.3.6 on Aix 5.2 with gcc 2.95. All process seems to be fine except when i type make install. My libtool version is 1.5. I have build with: CC=gcc ./configure --prefix=/usr/local/apache2/php --with-config-file-path=/usr/local/apache2/php --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --enable-track-vars --disable-cgi --enable-force-cgi-redirect --with-zlib Any idea ? Actual result: -------------- libtool: install: warning: remember to run `libtool --finish /software/php-4.3.6/libs' Warning! dlname not found in /usr/local/apache2/modules/libphp4.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/apache2/modules/libphp4.so chmod: /usr/local/apache2/modules/libphp4.so: One file or directory don't exist. apxs:Error: Command failed with rc=65536 . gmake: *** [install-sapi] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28060&edit=1