Guest User

Untitled

a guest
Dec 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. This installer will help you install Ruby Enterprise Edition 1.8.7-2011.03.
  2. Don't worry, none of your system files will be touched if you don't want them
  3. to, so there is no risk that things will screw up.
  4.  
  5. You can expect this from the installation process:
  6.  
  7. 1. Ruby Enterprise Edition will be compiled and optimized for speed for this
  8. system.
  9. 2. Ruby on Rails will be installed for Ruby Enterprise Edition.
  10. 3. You will learn how to tell Phusion Passenger to use Ruby Enterprise
  11. Edition instead of regular Ruby.
  12.  
  13. Press Enter to continue, or Ctrl-C to abort.
  14. Checking for required software...
  15.  
  16. * C compiler... found at /usr/bin/gcc
  17. * C++ compiler... found at /usr/bin/g++
  18. * The 'make' tool... found at /usr/bin/make
  19. * The 'patch' tool... found at /usr/bin/patch
  20. * Zlib development headers... found
  21. * OpenSSL development headers... found
  22. * GNU Readline development headers... found
  23. --------------------------------------------
  24. Target directory
  25.  
  26. Auto-installing to: /Users/ryanessman/.rvm/rubies/ree-1.8.7-2011.03
  27. --------------------------------------------
  28. Compiling and optimizing Ruby Enterprise Edition
  29. In the mean time, feel free to grab a cup of coffee.
  30.  
  31. It looks like the source is already configured.
  32. Skipping configure script...
  33. /usr/bin/gcc -dynamiclib system_allocator.c -install_name @rpath/libsystem_allocator.dylib -o libsystem_allocator.dylib
  34. mkdir -p .ext/common
  35. make PREINCFLAGS='-I/opt/local/include' PRELIBS='-L/opt/local/lib -Wl,-rpath,/Users/ryanessman/.rvm/rubies/ree-1.8.7-2011.03/lib -L/Users/ryanessman/.rvm/rubies/ree-1.8.7-2011.03/lib -lsystem_allocator'
  36. ./ext/purelib.rb:2: [BUG] Segmentation fault
  37. ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin11.0.0], MBARI 0x6770, Ruby Enterprise Edition 2011.03
  38.  
  39. make: *** [.rbconfig.time] Abort trap: 6
Add Comment
Please, Sign In to add comment