Guest User

Untitled

a guest
Oct 14th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. sudo apt-get install php5-memcache
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. php5-memcache
  7. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  8. Need to get 44.8 kB of archives.
  9. After this operation, 135 kB of additional disk space will be used.
  10. Get:1 http://packages.dotdeb.org/ squeeze-php54/all php5-memcache amd64 5.4.7-1~dotdeb.0 [44.8 kB]
  11. Fetched 44.8 kB in 0s (219 kB/s)
  12. perl: warning: Setting locale failed.
  13. perl: warning: Please check that your locale settings:
  14. LANGUAGE = (unset),
  15. LC_ALL = (unset),
  16. LANG = "en_US.UTF-8"
  17. are supported and installed on your system.
  18. perl: warning: Falling back to the standard locale ("C").
  19. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  20. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  21. locale: Cannot set LC_ALL to default locale: No such file or directory
  22. Selecting previously unselected package php5-memcache.
  23. (Reading database ... 64094 files and directories currently installed.)
  24. Unpacking php5-memcache (from .../php5-memcache_5.4.7-1~dotdeb.0_amd64.deb) ...
  25. Processing triggers for php5-fpm ...
  26. [ ok ] Restarting PHP5 FastCGI Process Manager: php5-fpm.
  27. Setting up php5-memcache (5.4.7-1~dotdeb.0) ...
  28. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  29. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  30. locale: Cannot set LC_ALL to default locale: No such file or directory
  31.  
  32. Creating config file /etc/php5/mods-available/memcache.ini with new version
  33. Preserving user changes to /etc/php5/mods-available/memcache.ini (renamed from /etc/php5/conf.d/memcache.ini)...
  34. /var/lib/dpkg/info/php5-memcache.postinst: 22: local: not in a function
  35. dpkg: error processing php5-memcache (--configure):
  36. subprocess installed post-installation script returned error exit status 2
  37. Processing triggers for php5-fpm ...
  38. [ ok ] Restarting PHP5 FastCGI Process Manager: php5-fpm.
  39. Errors were encountered while processing:
  40. php5-memcache
  41. E: Sub-process /usr/bin/dpkg returned an error code (1)
  42.  
  43.  
  44.  
  45. carl@linuxlounge:~$ sudo apt-get -f install
  46. Reading package lists... Done
  47. Building dependency tree
  48. Reading state information... Done
  49. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  50. 1 not fully installed or removed.
  51. After this operation, 0 B of additional disk space will be used.
  52. perl: warning: Setting locale failed.
  53. perl: warning: Please check that your locale settings:
  54. LANGUAGE = (unset),
  55. LC_ALL = (unset),
  56. LANG = "en_US.UTF-8"
  57. are supported and installed on your system.
  58. perl: warning: Falling back to the standard locale ("C").
  59. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  60. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  61. locale: Cannot set LC_ALL to default locale: No such file or directory
  62. Setting up php5-memcache (5.4.7-1~dotdeb.0) ...
  63. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  64. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  65. locale: Cannot set LC_ALL to default locale: No such file or directory
  66. /var/lib/dpkg/info/php5-memcache.postinst: 22: local: not in a function
  67. dpkg: error processing php5-memcache (--configure):
  68. subprocess installed post-installation script returned error exit status 2
  69. Processing triggers for php5-fpm ...
  70. [ ok ] Restarting PHP5 FastCGI Process Manager: php5-fpm.
  71. Errors were encountered while processing:
  72. php5-memcache
  73. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment