ID: 30340 Updated by: [EMAIL PROTECTED] Reported By: orlowscy at hotpop dot com -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: RedHat 7.2 PHP Version: 4.3.9 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. . Previous Comments: ------------------------------------------------------------------------ [2004-10-06 17:27:47] orlowscy at hotpop dot com Description: ------------ I have wanted to do upgrade PHP/APACHE on my RH7.2 system to httpd-2.0.52 and php-4.3.9 with RedHat 7.2. Did exactly all steps from manualls - Stopped my old apache. - configured new one ./configure --prefix=/usr/local/apache \ --enable-so \ --enable-cgi \ --enable-info \ --enable-rewrite \ --enable-speling \ --enable-usertrack \ --enable-deflate \ --enable-ssl \ --enable-mime-magic Complied installed and run with success new one. - configured new php: ./configure \ --with-apxs2=/usr/local/apache/bin/apxs \ --with-mysql \ --prefix=/usr/local/apache/php \ --with-config-file-path=/usr/local/apache/php \ --enable-force-cgi-redirect \ --disable-cgi \ --with-zlib \ --with-gettext \ --with-gdbm Compiled with options php but unfortunately libphp4.so library was not created. I have tried to compile PHP with smaller number of options ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql but it did not work too (libphp4.so was not produced). Although php executables was created. But I using php olny to do web pages. Please help if you can. There are not error during compilation, everything seems clean. Regards Slawomir ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30340&edit=1