compilation of php and phpinfo()

anadeem

New member
Joined
Mar 27, 2008
Messages
2
Hi list
i want to add IMAP support to php. for that i removed php rpms from my fedora core 8 system( which does not support IMAP extension).
when i install apache and php from tar gz( or source) i could not be able to get the info page. and if i install these from source without removing rpms, the phpinfo page shows the specs of rpm installation ( e.g php rpm is 5.2.4 and from source i installed php5.2.5) then phpinfo page gives info of php 5.2.4) how do i get the info of the package installed from source. the line
AddType application/x-httpd-php .php
is there in httpd.conf
more when i install from tar balls I use the --prefix=/www
detailed reply please.
 
Back
Top