Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. pctao@pctao-home-desktop:~$ rvm install ree
  2. /home/pctao/.rvm/rubies/ree-1.8.7-2010.02
  3. ree-1.8.7-2010.02 - #fetching (ruby-enterprise-1.8.7-2010.02)
  4. ree-1.8.7-2010.02 - #extracting ruby-enterprise-1.8.7-2010.02 to /home/pctao/.rvm/src/ree-1.8.7-2010.02
  5. ree-1.8.7-2010.02 - #installing
  6. Error running './installer -a /home/pctao/.rvm/rubies/ree-1.8.7-2010.02 --dont-install-useful-gems ', please check /home/pctao/.rvm/log/ree-1.8.7-2010.02/install.error.log
  7. There has been an error while trying to run the ree installer. Halting the installation.
  8. pctao@pctao-home-desktop:~$ cd /home/pctao/.rvm/src/ree-1.8.7-2010.02
  9. pctao@pctao-home-desktop:~/.rvm/src/ree-1.8.7-2010.02$ ./installer -a /home/pctao/.rvm/rubies/ree-1.8.7-2010.02 --dont-install-useful-gems
  10. Welcome to the Ruby Enterprise Edition installer
  11. This installer will help you install Ruby Enterprise Edition 1.8.7-2010.02.
  12. Don't worry, none of your system files will be touched if you don't want them
  13. to, so there is no risk that things will screw up.
  14.  
  15. You can expect this from the installation process:
  16.  
  17. 1. Ruby Enterprise Edition will be compiled and optimized for speed for this
  18. system.
  19. 2. Ruby on Rails will be installed for Ruby Enterprise Edition.
  20. 3. You will learn how to tell Phusion Passenger to use Ruby Enterprise
  21. Edition instead of regular Ruby.
  22.  
  23. Press Enter to continue, or Ctrl-C to abort.
  24. Checking for required software...
  25.  
  26. * C compiler... found at /usr/bin/gcc
  27. * C++ compiler... not found
  28. * The 'make' tool... found at /usr/bin/make
  29. * The 'patch' tool... found at /usr/bin/patch
  30. * Zlib development headers... not found
  31. * OpenSSL development headers... not found
  32. * GNU Readline development headers... not found
  33.  
  34. Some required software is not installed.
  35. But don't worry, this installer will tell you how to install them.
  36. Press Enter to continue, or Ctrl-C to abort.
  37. --------------------------------------------
  38. Installation instructions for required software
  39.  
  40. * To install C++ compiler:
  41. Please run apt-get install build-essential as root.
  42.  
  43. * To install Zlib development headers:
  44. Please run apt-get install zlib1g-dev as root.
  45.  
  46. * To install OpenSSL development headers:
  47. Please run apt-get install libssl-dev as root.
  48.  
  49. * To install GNU Readline development headers:
  50. Please run apt-get install libreadline5-dev as root.
  51.  
  52. pctao@pctao-home-desktop:~/.rvm/src/ree-1.8.7-2010.02$
Add Comment
Please, Sign In to add comment