| Article: |
Compiling and Enabling GD in PHP 4.3 | |
| Subject: | Getting the new PHP recognized! | |
| Date: | 2004-03-27 23:11:02 | |
| From: | kayaker | |
| I followed the excellent tutorial, but now that PHP is in the usr directory, how do I get apache to see it there and not in it's old location? | ||
Showing messages 1 through 1 of 1.
-
Getting the new PHP recognized!
2007-02-22 10:30:32 webofunni [View]



./configure --with-gd --with-apxs=/pah-to-apache/apache/bin/apxs
it will work if you enabled module while configuring apache
ie /path-to-apache/apache# ./configure --enable-module=so
otherwise you need to rebuild apache