to reinstall php5 on opensuse

Discussion in 'Installation/Configuration' started by arastirici, Nov 17, 2008.

  1. arastirici

    arastirici New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    how exactly did you install PHP 5.2.6? Did you use the same configure string that was used for 5.2?
     
  3. arastirici

    arastirici New Member

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

    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.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you restart Apache?
     
  5. arastirici

    arastirici New Member

    Thank you

    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.
     

Share This Page