Guest User

Untitled

a guest
Oct 14th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. sudo dpkg --purge --force-all php5-memcache
  2. (Reading database ... 64097 files and directories currently installed.)
  3. Removing php5-memcache ...
  4. dpkg: error processing php5-memcache (--purge):
  5. subprocess installed pre-removal script returned error exit status 1
  6. Processing triggers for php5-fpm ...
  7. [ ok ] Restarting PHP5 FastCGI Process Manager: php5-fpm.
  8. Errors were encountered while processing:
  9. php5-memcache
  10. carl@linuxlounge:/etc/php5/conf.d$ sudo dpkg --purge --force-all php5-memcache^C
  11. carl@linuxlounge:/etc/php5/conf.d$ sudo apt-get -f install
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  16. 1 not fully installed or removed.
  17. After this operation, 0 B of additional disk space will be used.
  18. perl: warning: Setting locale failed.
  19. perl: warning: Please check that your locale settings:
  20. LANGUAGE = (unset),
  21. LC_ALL = (unset),
  22. LANG = "en_US.UTF-8"
  23. are supported and installed on your system.
  24. perl: warning: Falling back to the standard locale ("C").
  25. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  26. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  27. locale: Cannot set LC_ALL to default locale: No such file or directory
  28. Setting up php5-memcache (5.4.7-1~dotdeb.0) ...
  29. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  30. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  31. locale: Cannot set LC_ALL to default locale: No such file or directory
  32. /var/lib/dpkg/info/php5-memcache.postinst: 22: local: not in a function
  33. dpkg: error processing php5-memcache (--configure):
  34. subprocess installed post-installation script returned error exit status 2
  35. Processing triggers for php5-fpm ...
  36. [ ok ] Restarting PHP5 FastCGI Process Manager: php5-fpm.
  37. Errors were encountered while processing:
  38. php5-memcache
  39. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment