Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. sudo service apache2 restart
  2. apache2: Syntax error on line 244 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load:
  3. Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory
  4. Action 'configtest' failed.
  5. The Apache error log may have more information.
  6. failed!
  7.  
  8. sudo apt-get install libapache2-mod-php5
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. You might want to run 'apt-get -f install' to correct these:
  13. The following packages have unmet dependencies:
  14. libapache2-mod-php5 : Depends: apache2-api-20120211
  15. Depends: apache2 (>= 2.4)
  16. udev : Depends: libudev1 (= 215-5+b1) but 215-6 is to be installed
  17. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  18.  
  19. insserv: script apache: service apache2 already provided!
  20. Errors were encountered while processing:
  21. /var/cache/apt/archives/udev_215-6_amd64.deb
  22. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement