
September 23rd, 2000, 05:17 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
You wanted to install PHP using DSO method but you were neither using DSO method nor static method.
Your PHP: --with-apache=/usr/local/apache
You need to point it to apache source, not apache PREFIX install directory.
If you don't have permission to recompile apache on your server, then your only option is to install using DSO method so long as apxs is available.
Maybe you should start here -> http://www.devshed.com/Talk/Forums/Forum15/HTML/000020.html and at step 10, it should be cp php.ini-dist /usr/local/etc/php.ini instead
|