Skip to content

Instantly share code, notes, and snippets.

@reddavis
Created December 3, 2008 14:21
Show Gist options
  • Save reddavis/31557 to your computer and use it in GitHub Desktop.
Save reddavis/31557 to your computer and use it in GitHub Desktop.
gem install curb
Building native extensions. This could take a while...
ERROR: Error installing curb:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb install curb
checking for main() in -lcurl... yes
checking for curl/curl.h... yes
creating Makefile
make
Makefile:123: warning: overriding commands for target `/usr/lib/ruby/gems/1.8/gems/curb-0.1.4/lib'
Makefile:121: warning: ignoring old commands for target `/usr/lib/ruby/gems/1.8/gems/curb-0.1.4/lib'
gcc -I. -I. -I/usr/lib/ruby/1.8/i386-linux -I. -DHAVE_CURL_CURL_H -fPIC -O2 -g -march=i386 -mcpu=i686 -Wall -fPIC -Wall -c curb.c
gcc -I. -I. -I/usr/lib/ruby/1.8/i386-linux -I. -DHAVE_CURL_CURL_H -fPIC -O2 -g -march=i386 -mcpu=i686 -Wall -fPIC -Wall -c curb_postfield.c
gcc -I. -I. -I/usr/lib/ruby/1.8/i386-linux -I. -DHAVE_CURL_CURL_H -fPIC -O2 -g -march=i386 -mcpu=i686 -Wall -fPIC -Wall -c curb_errors.c
curb_errors.c: In function `raise_curl_easy_error_exception':
curb_errors.c:302: error: `CURLE_SEND_FAIL_REWIND' undeclared (first use in this function)
curb_errors.c:302: error: (Each undeclared identifier is reported only once
curb_errors.c:302: error: for each function it appears in.)
curb_errors.c:305: error: `CURLE_SSL_ENGINE_INITFAILED' undeclared (first use in this function)
curb_errors.c:308: error: `CURLE_LOGIN_DENIED' undeclared (first use in this function)
make: *** [curb_errors.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment