Advertisement
Guest User

Untitled

a guest
Apr 12th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. erwin@erwin-M720SRS:~$ sudo apt-get install php-pear php5-dev make libpcre3-dev
  2. [sudo] password for erwin:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. libpcre3-dev is already the newest version.
  7. make is already the newest version.
  8. php-pear is already the newest version.
  9. php5-dev is already the newest version.
  10. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  11. erwin@erwin-M720SRS:~$ sudo pecl install apc
  12. WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
  13. downloading APC-3.1.13.tgz ...
  14. Starting to download APC-3.1.13.tgz (171,591 bytes)
  15. .....................................done: 171,591 bytes
  16. could not extract the package.xml file from "/build/buildd/php5-5.5.9+dfsg/pear-build-download/APC-3.1.13.tgz"
  17. Download of "pecl/apc" succeeded, but it is not a valid package archive
  18. Error: cannot download "pecl/APC"
  19. Download failed
  20. install failed
  21. erwin@erwin-M720SRS:~$ apt-cache search php-apc
  22. php-apc - APC User Cache for PHP 5 (transitional package)
  23. php5-apcu - APC User Cache for PHP 5
  24. erwin@erwin-M720SRS:~$ php -v
  25. PHP 5.5.9-1ubuntu4.7 (cli) (built: Mar 16 2015 20:48:03)
  26. Copyright (c) 1997-2014 The PHP Group
  27. Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
  28. with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
  29. erwin@erwin-M720SRS:~$ ^C
  30. erwin@erwin-M720SRS:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement