Advertisement
Guest User

RVM install.log

a guest
Nov 3rd, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. [2011-11-03 17:47:51] ./installer -a /Users/renanvieira/.rvm/rubies/ree-1.8.7-2011.03 --no-tcmalloc --dont-install-useful-gems -c --enable-shared
  2. Welcome to the Ruby Enterprise Edition installer
  3. This installer will help you install Ruby Enterprise Edition 1.8.7-2011.03.
  4. Don't worry, none of your system files will be touched if you don't want them
  5. to, so there is no risk that things will screw up.
  6.  
  7. You can expect this from the installation process:
  8.  
  9. 1. Ruby Enterprise Edition will be compiled and optimized for speed for this
  10. system.
  11. 2. Ruby on Rails will be installed for Ruby Enterprise Edition.
  12. 3. You will learn how to tell Phusion Passenger to use Ruby Enterprise
  13. Edition instead of regular Ruby.
  14.  
  15. Press Enter to continue, or Ctrl-C to abort.
  16. Checking for required software...
  17.  
  18. * C compiler... found at /usr/bin/gcc-4.2
  19. * C++ compiler... found at /usr/bin/g++
  20. * The 'make' tool... found at /usr/bin/make
  21. * The 'patch' tool... found at /usr/bin/patch
  22. * Zlib development headers... not found
  23. * OpenSSL development headers... not found
  24. * GNU Readline development headers... not found
  25.  
  26. Some required software is not installed.
  27. But don't worry, this installer will tell you how to install them.
  28. Press Enter to continue, or Ctrl-C to abort.
  29. --------------------------------------------
  30. Installation instructions for required software
  31.  
  32. * To install Zlib development headers:
  33. Please download it from http://www.zlib.net/
  34.  
  35. * To install OpenSSL development headers:
  36. Please download it from http://www.openssl.org/
  37.  
  38. * To install GNU Readline development headers:
  39. Please download it from http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
  40.  
  41. 
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement