Guest User

Untitled

a guest
May 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. C:/InstantRails/ruby/bin/ruby.exe extconf.rb install curb
  2. checking for curl-config... no
  3. checking for main() in curl.lib... no
  4. *** extconf.rb failed ***
  5. Could not create Makefile due to some reason, probably lack of
  6. necessary libraries and/or headers. Check the mkmf.log file for more
  7. details. You may need configuration options.
  8.  
  9. Provided configuration options:
  10. --with-opt-dir
  11. --without-opt-dir
  12. --with-opt-include
  13. --without-opt-include=${opt-dir}/include
  14. --with-opt-lib
  15. --without-opt-lib=${opt-dir}/lib
  16. --with-make-prog
  17. --srcdir=.
  18. --curdir
  19. --ruby=C:/InstantRails/ruby/bin/ruby
  20. --with-curl-dir
  21. --with-curl-include
  22. --without-curl-include=${curl-dir}/include
  23. --with-curl-lib
  24. --without-curl-lib=${curl-dir}/lib
  25. --with-curllib
  26. --without-curllib
  27. extconf.rb:9: Can't find libcurl or curl/curl.h (RuntimeError)
  28.  
  29. Try passing --with-curl-dir or --with-curl-lib and --with-curl-include
  30. options to extconf.
  31.  
  32.  
  33. Gem files will remain installed in C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/curb-0.4.4.0 for inspection.
  34. Results logged to C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/curb-0.4.4.0/ext/gem_make.out
Add Comment
Please, Sign In to add comment