ID: 28366 Updated by: [EMAIL PROTECTED] Reported By: rehanann at kfupm dot edu dot sa -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Aix 5.2 ML 2 PHP Version: 4.3.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. The problem appears to be with the Apache's apxs tool that fails to copy libphp4.so into the appropriate directory. Previous Comments: ------------------------------------------------------------------------ [2004-05-16 09:19:44] rehanann at kfupm dot edu dot sa Still I am waiting the reply. ------------------------------------------------------------------------ [2004-05-15 07:21:46] rehanann at kfupm dot edu dot sa This is the list for .libs directory as requested. # ls -l .libs total 25816 -rw-r--r-- 1 root system 6647697 May 12 08:26 libphp4.a -rw-r--r-- 1 root system 33854 May 12 08:26 libphp4.exp lrwxrwxrwx 1 root system 13 May 12 08:26 libphp4.la -> ../libphp4.la -rw-r--r-- 1 root system 763 May 12 08:26 libphp4.lai -rwxr-xr-x 1 root system 6527021 May 12 08:26 libphp4.so ------------------------------------------------------------------------ [2004-05-12 15:32:41] [EMAIL PROTECTED] Please do ls -l .libs ------------------------------------------------------------------------ [2004-05-12 10:55:36] rehanann at kfupm dot edu dot sa Description: ------------ While installing the PHP with Apache, mysql, imap and xml i got this error in make install. the compilition options are. ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-ftp --with-pear --with-mysql=/usr/local/mysql --enable-shared --with-trans-sid --enable-mod_charset --enable-mysql --enable-ftp --with-imap-ssl=/usr/local/ssl --with-ssl --enable-ssl Reproduce code: --------------- Installing PHP SAPI module: apache2handler /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules rm -f /usr/local/apache2/modules/libphp4.so /usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/ cp .libs/libphp4.a /usr/local/apache2/modules/libphp4.a cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la libtool: install: warning: remember to run `libtool --finish /tmp/horde/php/libs' chmod 755 /usr/local/apache2/modules/libphp4.so chmod: /usr/local/apache2/modules/libphp4.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. Expected result: ---------------- Php should compiled with apache. Actual result: -------------- apxs:Error: Command failed with rc=65536 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28366&edit=1