I have RH7.2
with apache 1.3.20 with statically compiled php (libphp4.a).
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 ne 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 with smaller number of options ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql but it did not work too. Please help if you can. Regards Slawomir |