Problems updating to php 5.3

Discussion in 'Installation/Configuration' started by umano, Feb 14, 2013.

  1. umano

    umano New Member

    Hello I have a vps with lenny and ispconfig 3, i followed the perfect server tutorial and everithing worked like a charm till I decided to upgrade php to 5.3

    I used those repo
    deb http://php53.dotdeb.org stable all
    deb-src http://php53.dotdeb.org stable all

    Then i removed php, edited sources list to the official lenny archive and reinstall php copying packeges from perfect server tutorial but if i run php from console

    Code:
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/curl.so' - /usr/lib/php5/20060613+                        lfs/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/suhosin.so' - /usr/lib/php5/200606                        13+lfs/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/tidy.so' - /usr/lib/php5/20060613+                        lfs/tidy.so: cannot open shared object file: No such file or directory in Unknown on line 0
    
    and if i restart apache2

    Invalid command 'php_admin_value'
    Invalid command 'suPHP_ConfigPath'

    I looked into several post on this forum but I can't get a solution yet.
    Thank you!


    Edit: Solved a lot of missing packages
    ty
     
    Last edited: Feb 15, 2013

Share This Page