PDA

View Full Version : to reinstall php5 on opensuse


arastirici
17th November 2008, 22:51
Hello

I use ispconfig on OpenSuse11

I wanted to reinstall php5.2.6 manually. and I installed it without problem.

But when I check whether it reinstalled with <?php phpinfo() ?> command I could not see new installation. it still works old php5.2

How can I correct that ?

Thanks

falko
18th November 2008, 16:14
how exactly did you install PHP 5.2.6? Did you use the same configure string that was used for 5.2?

arastirici
18th November 2008, 17:53
first I need to specify that php5.2.6 was already installed before.
Namely, the version of php didn't change.
But first installation came with yast
I wish to privatize the settings. So I installed php5.2.6 as manual ;
cd php5.2.6
./configure options ... ... ...

make
make install

I didn't get any error during the reinstallation.

But when I check php installation. it comes with old features.

falko
19th November 2008, 14:43
Did you restart Apache?

arastirici
20th November 2008, 09:18
I had restarted apache but . while I was installing php5, it gave an error which I didn't see. Now I corrected the error after that I reinstalled php5 and restarted apache2. php5.2.6 with the new configuration has been installed.