Advertisement
Shiny_

Untitled

May 6th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. C:\Nginx\html\riv-sa.com>gem install unicorn
  2. Fetching: kgio-2.9.2.gem (100%)
  3. Temporarily enhancing PATH to include DevKit...
  4. Building native extensions. This could take a while...
  5. ERROR: Error installing unicorn:
  6. ERROR: Failed to build gem native extension.
  7.  
  8. C:/Ruby200/bin/ruby.exe extconf.rb
  9. checking for CLOCK_MONOTONIC in time.h... yes
  10. checking for clockid_t in time.h... yes
  11. checking for clock_gettime() in -lrt... no
  12. checking for t_open() in -lnsl... no
  13. checking for socket() in -lsocket... no
  14. checking for poll() in poll.h... no
  15. checking for getaddrinfo() in sys/types.h,sys/socket.h,netdb.h... no
  16. getaddrinfo required
  17. *** extconf.rb failed ***
  18. Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
  19.  
  20. Provided configuration options:
  21. --with-opt-dir
  22. --without-opt-dir
  23. --with-opt-include
  24. --without-opt-include=${opt-dir}/include
  25. --with-opt-lib
  26. --without-opt-lib=${opt-dir}/lib
  27. --with-make-prog
  28. --without-make-prog
  29. --srcdir=.
  30. --curdir
  31. --ruby=C:/Ruby200/bin/ruby
  32. --with-rtlib
  33. --without-rtlib
  34. --with-nsllib
  35. --without-nsllib
  36. --with-socketlib
  37. --without-socketlib
  38.  
  39.  
  40. Gem files will remain installed in C:/Ruby200/lib/ruby/gems/2.0.0/gems/kgio-2.9.2 for inspection.
  41. Results logged to C:/Ruby200/lib/ruby/gems/2.0.0/gems/kgio-2.9.2/ext/kgio/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement