Guest User

Untitled

a guest
Aug 31st, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. sudo gem install --include-dependencies slinky
  2. root's password:
  3. INFO: `gem install -y` is now default and will be removed
  4. INFO: use --ignore-dependencies to install only the gems you list
  5. Building native extensions. This could take a while...
  6. ERROR: Error installing slinky:
  7. ERROR: Failed to build gem native extension.
  8.  
  9. /usr/bin/ruby1.9 extconf.rb
  10. checking for main() in -lssl... no
  11. checking for rb_trap_immediate in ruby.h,rubysig.h... no
  12. checking for rb_thread_blocking_region()... yes
  13. checking for inotify_init() in sys/inotify.h... yes
  14. checking for writev() in sys/uio.h... yes
  15. checking for rb_wait_for_single_fd()... yes
  16. checking for rb_enable_interrupt()... yes
  17. checking for rb_time_new()... yes
  18. checking for sys/event.h... no
  19. checking for epoll_create() in sys/epoll.h... yes
  20. creating Makefile
  21.  
  22. make
  23. sh: make: command not found
  24.  
  25.  
  26. Gem files will remain installed in /usr/lib64/ruby/gems/1.9.1/gems/eventmachine-1.0.3 for inspection.
  27. Results logged to /usr/lib64/ruby/gems/1.9.1/gems/eventmachine-1.0.3/ext/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment