Cannot access mybooklive/ui anymore

  • /etc/apache2/mods-enabled/php5.conf doesn’t exist

  • /etc/apache2/mods-enabled/php5.load doesn’t exist

  • /usr/lib/apache2/modules/libphp5.so does exist

  • outupt of php -v:

    MyBookLive:~# php -v
    PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/pdo.ini on line 1 in Unknown on line 0
    PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php5/20100525+lfs/pdo.so’ - /usr/lib/php5/20100525+lfs/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP 5.4.4-14+deb7u9 (cli) (built: Apr 18 2014 21:40:35)
    Copyright (c) 1997-2012 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

 Seems like I should also reinstall php like you mentioned before? How should I do this? I tried apt-get install php5-curl and get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
php5-curl is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libapache2-mod-php5: Depends: php5-common (= 5.4.4-14+deb7u9) but 5.2.6.dfsg.1-1+lenny9 is to be installed
  php5: Depends: php5-common (>= 5.4.4-14+deb7u9) but 5.2.6.dfsg.1-1+lenny9 is to be installed
  php5-cli: Depends: php5-common (= 5.4.4-14+deb7u9) but 5.2.6.dfsg.1-1+lenny9 is to be installed
  php5-curl: Depends: php5-common (= 5.4.4-14+deb7u9) but 5.2.6.dfsg.1-1+lenny9 is to be installed
  php5-sqlite: Depends: php5-common (= 5.4.4-14+deb7u9) but 5.2.6.dfsg.1-1+lenny9 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).