Advertisement
jumpingcloud

curb is a required, but also throwing errors

Jun 23rd, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. [~]$ gem install curb
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing curb:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /home/jumpingcloud/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
  7. checking for curl-config... no
  8. checking for main() in -lcurl... no
  9. *** extconf.rb failed ***
  10. Could not create Makefile due to some reason, probably lack of
  11. necessary libraries and/or headers. Check the mkmf.log file for more
  12. details. You may need configuration options.
  13.  
  14. Provided configuration options:
  15. --with-opt-dir
  16. --with-opt-include
  17. --without-opt-include=${opt-dir}/include
  18. --with-opt-lib
  19. --without-opt-lib=${opt-dir}/lib
  20. --with-make-prog
  21. --without-make-prog
  22. --srcdir=.
  23. --curdir
  24. --ruby=/home/jumpingcloud/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
  25. --with-curl-dir
  26. --without-curl-dir
  27. --with-curl-include
  28. --without-curl-include=${curl-dir}/include
  29. --with-curl-lib
  30. --without-curl-lib=${curl-dir}/lib
  31. --with-curllib
  32. --without-curllib
  33. extconf.rb:23:in `<main>': Can't find libcurl or curl/curl.h (RuntimeError)
  34.  
  35. Try passing --with-curl-dir or --with-curl-lib and --with-curl-include
  36. options to extconf.
  37.  
  38.  
  39. Gem files will remain installed in /home/jumpingcloud/.rvm/gems/ruby-1.9.3-p194/gems/curb-0.8.0 for inspection.
  40. Results logged to /home/jumpingcloud/.rvm/gems/ruby-1.9.3-p194/gems/curb-0.8.0/ext/gem_make.out
  41. [~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement