Mensen,
Ik heb Apache 2.0.53 gecompileerd en geinstalleerd op een Solaris 9 machine. Ging allemaal perfect. Nu wil ik ook PHP 5.0.3 compileren, maar steeds als ik dit doe:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql
krijg ik deze foutmelding:
checking for Apache 2.0 handler-module support via DSO through APXS... expr: non-numeric argument
configure: error: You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)
Apache staat toch echt in /usr/local/apache2 en is gecompileerd met --enable-mods-shared=all en --enable-so. /usr/local/apache2/bin/apxs bestaat ook.. waarom denkt PHP dan toch dat ik Apache 1.3 heb?
Ik heb Apache 2.0.53 gecompileerd en geinstalleerd op een Solaris 9 machine. Ging allemaal perfect. Nu wil ik ook PHP 5.0.3 compileren, maar steeds als ik dit doe:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql
krijg ik deze foutmelding:
checking for Apache 2.0 handler-module support via DSO through APXS... expr: non-numeric argument
configure: error: You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)
Apache staat toch echt in /usr/local/apache2 en is gecompileerd met --enable-mods-shared=all en --enable-so. /usr/local/apache2/bin/apxs bestaat ook.. waarom denkt PHP dan toch dat ik Apache 1.3 heb?