ID: 24793 User updated by: alibarim at yahoo dot com Reported By: alibarim at yahoo dot com -Status: Feedback +Status: Open Bug Type: Apache related Operating System: AIX 433 PHP Version: 4.3.3RC5-dev New Comment:
I download the recommanded version. I should add to my configure command --disable-cli --without-pear And now when I try to run Apache, I obtain: ./apache[23]: 58706 Illegal instruction It seems to be a core dumped for Apache. When I remove LoadModule php4 from my httpd.conf everything seems to be ok and Apache run normally. Previous Comments: ------------------------------------------------------------------------ [2003-09-09 18:00:12] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip And this time try with your normal configure line for PHP. I don't think 'make install' will work yet, but you shouldn't need --disable-cli anymore. ------------------------------------------------------------------------ [2003-08-19 07:31:08] alibarim at yahoo dot com When I use the following configure commad, and copy manually the compiled library, everything is OK and Apache run normally. #!/bin/sh exec configure \ --prefix /apps/local/php-4.3.2/ \ --disable-all \ --disable-cli \ --with apxs=/apps/local/apache_test_Ali/bin/apxs When I add the pdf --with-pdflib=/apps/local/apache_test_Ali/lib/pdf Apache cannot run !! Cannot load /apps/local/apache_test_Ali/libexec/libphp4.so into server: dlopen: /apps/local/apache_test_Ali/libexec/libphp4.so: No such file or directory This is not the case with the 4.2.3 version. ------------------------------------------------------------------------ [2003-08-19 05:27:28] [EMAIL PROTECTED] Well, did it work when you manually copied the file? (even without the --disable-cli maybe?) ------------------------------------------------------------------------ [2003-08-19 05:15:28] alibarim at yahoo dot com Yes I do. Before any compilation, I do a make distclean. Concerning the comments on bug #25058. I read it, but I did'nt see any particular point. I just copy de libphp4.so into my libexec directory. As I done it for the 4.2.3 version ------------------------------------------------------------------------ [2003-08-19 04:21:21] [EMAIL PROTECTED] Did you do 'rm config.cache' and 'make clean' before that? Also, did you read all the comments in bug #25058? Especially the part about copying the libphp4.so manually.. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/24793 -- Edit this bug report at http://bugs.php.net/?id=24793&edit=1
