Click to See Complete Forum and Search --> : difference in installing from rpm and source


anadeem
03-15-2008, 06:26 AM
I installed php rpms in my fedora sore 8 machine and accessed phpinfo() page.
I wanted to chenge configure options so i got source code of php(php5.2.5.tar.bz2) extracted it and run the same cofiguration options(i put all options in a file( options.txt) as i had seen in phpinfo page( with the options i wanted to add). whole process was ok.
./configure <options.txt
make
make test
make install

all of these were successful I restarted apache but phpinfo page gives only previous options and settings. how should i add more configuration options or there is some difference in installing php from source and from rpm?
quick and detailed reply appreciated.
A.Nadeem

bpat1434
03-16-2008, 03:15 PM
Nevermind.... sorry. Wrong answer.