Hi, i have been trying to install php on my server for way too long now, and i am very frustrated with it now.
I have followed the instructions given in the INSTALL file many times and never has it worked.
I deleted the config.cache file as suggested. I checked that the proper files exist, and are associated using ldconfig. Made sure mod_so is enabled..the following is my configure line:
[root@oddjob php-4.0.6]# ./configure --with-mysql=/apps/mysql --with-apxs=/usr/
sbin/apxs --with-config-file-path=/etc
then typed:
make clean //just to make sure nothing was conflicting....tried it without this also, didn't work.
make
make install
checked that all LoadModule etc was there,
copied php.ini-dist to /etc/php.ini
after all this, the php tags (<? ?> or <?php ?>) are still not recognized by apache. Anything enclosed in these tags doesn't appear (if within <body> tags). I tried the <?phpinfo();?> test file, but i get <?phpinfo();?> as the output when i do this. I have run out of ideas of why this may be happening.
Can someone please help me?
Thanks in advance,
Aditya Dhekney
adityad@bsharp.com