Advertisement
Guest User

Untitled

a guest
Jan 21st, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. root@eray-ubuntu:/home/eray# wget http://pear.php.net/go-pear.phar
  2. --2012-01-21 19:42:56-- http://pear.php.net/go-pear.phar
  3. pear.php.net çözümleniyor... 78.129.214.25
  4. pear.php.net[78.129.214.25]:80 bağlanılıyor... bağlantı kuruldu.
  5. HTTP isteği gönderildi, cevap bekleniyor... 200 OK
  6. Uzunluk: 3681106 (3,5M) [application/octet-stream]
  7. Kayıt yeri: `go-pear.phar.1'
  8.  
  9. 100%[======================================>] 3.681.106 806K/s in 5,7s
  10.  
  11. 2012-01-21 19:43:02 (628 KB/s) - `go-pear.phar.1' kaydedildi [3681106/3681106]
  12.  
  13. root@eray-ubuntu:/home/eray# php go-pear.phar
  14.  
  15. Below is a suggested file layout for your new PEAR installation. To
  16. change individual locations, type the number in front of the
  17. directory. Type 'all' to change all of them or simply press Enter to
  18. accept these locations.
  19.  
  20. 1. Installation base ($prefix) : /usr
  21. 2. Temporary directory for processing : /tmp/pear/install
  22. 3. Temporary directory for downloads : /tmp/pear/install
  23. 4. Binaries directory : /usr/bin
  24. 5. PHP code directory ($php_dir) : /usr/share/php
  25. 6. Documentation directory : /usr/docs
  26. 7. Data directory : /usr/data
  27. 8. User-modifiable configuration files directory : /usr/cfg
  28. 9. Public Web Files directory : /usr/www
  29. 10. Tests directory : /usr/tests
  30. 11. Name of configuration file : /etc/pear.conf
  31.  
  32. 1-11, 'all' or Enter to continue:
  33. Beginning install...
  34. Configuration written to /etc/pear.conf...
  35. Initialized registry...
  36. Preparing to install...
  37. installing phar:///home/eray/go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3.7.tar...
  38. installing phar:///home/eray/go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-1.3.0.tar...
  39. installing phar:///home/eray/go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.9.4.tar...
  40. installing phar:///home/eray/go-pear.phar/PEAR/go-pear-tarballs/Structures_Graph-1.0.4.tar...
  41. installing phar:///home/eray/go-pear.phar/PEAR/go-pear-tarballs/XML_Util-1.2.1.tar...
  42. ERROR: Unknown Role class: "PEAR_Installer_Role_Pear_Installer_role_php"
  43. ERROR: Unknown Role class: "PEAR_Installer_Role_Pear_Installer_role_php"
  44. ERROR: Unknown Role class: "PEAR_Installer_Role_Pear_Installer_role_doc"
  45. ERROR: Unknown Role class: "PEAR_Installer_Role_Pear_Installer_role_doc"
  46. ERROR: Unknown Role class: "PEAR_Installer_Role_Pear_Installer_role_php"
  47.  
  48. The 'pear' command is now at your service at /usr/bin/pear
  49.  
  50. ** The 'pear' command is not currently in your PATH, so you need to
  51. ** use '/usr/bin/pear' until you have added
  52. ** '/usr/bin' to your PATH environment variable.
  53.  
  54. Run it without parameters to see the available actions, try 'pear list'
  55. to see what packages are installed, or 'pear help' for help.
  56.  
  57. For more information about PEAR, see:
  58.  
  59. http://pear.php.net/faq.php
  60. http://pear.php.net/manual/
  61.  
  62. Thanks for using go-pear!
  63.  
  64. root@eray-ubuntu:/home/eray# pear version
  65. PEAR Version: 1.9.2
  66. PHP Version: 5.3.6-13ubuntu3.3
  67. Zend Engine Version: 2.3.0
  68. Running on: Linux eray-ubuntu 3.0.0-15-generic-pae #25-Ubuntu SMP Mon Jan 2 19:40:15 UTC 2012 i686
  69. root@eray-ubuntu:/home/eray# /usr/bin/pear version
  70. PEAR Version: 1.9.2
  71. PHP Version: 5.3.6-13ubuntu3.3
  72. Zend Engine Version: 2.3.0
  73. Running on: Linux eray-ubuntu 3.0.0-15-generic-pae #25-Ubuntu SMP Mon Jan 2 19:40:15 UTC 2012 i686
  74. root@eray-ubuntu:/home/eray#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement