LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache-PHP install failure (https://www.linuxquestions.org/questions/linux-software-2/apache-php-install-failure-150190/)

f11235813 02-24-2004 10:34 PM

Apache-PHP install failure
 
I am installing php-4.3.4 on an existing apache 1.3.28 server. My Apache server has built in DSO (mod_so) support. I configure PHP as follows: ./configure --with-apxs=/... --enable-debug=no --enable-safe-mode --with-mysql --with-exec-dir=/usr/bin --with--regex=system --with-xml and that works with no errors, my make works fine but when I run make install I get the following:
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local.man/man1/
Installing PHP SAPI module apache
and it hangs there, my server starts fine, and I added thecorrect info to httpd.conf, but when I bring up a .php page it does not show my php code. Any ideas? thx


All times are GMT -5. The time now is 09:33 PM.