hi all, i have a problem with php installation.. here is the story ^_^
apache2 installaiton
./configure --with-so
make
make install
Perl installation
./configure.gnu
make
make install
php installation
./configure --enable-apxs2=/usr/local/apache2/bin/apxs
OoooOOOOoops!!!! the configuratoin failed!!! and a list of possible solution appeard saying:-
1- it could be that Perl is not installed
2- it could be that apxs2 path is wrong
3- it could be that apache2 was not installed with "so".
but i have Perl installed
also apxs2 path is right
and apache2 is installed with "so".
where is the problem??????