Skip to content

Instantly share code, notes, and snippets.

@rgarver
Created April 20, 2010 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgarver/371832 to your computer and use it in GitHub Desktop.
Save rgarver/371832 to your computer and use it in GitHub Desktop.
-----> Installing gem curb from http://gemcutter.org, http://gems.rubyforge.org
Building native extensions. This could take a while...
ERROR: Error installing curb:
ERROR: Failed to build gem native extension.
/usr/ruby1.8.7/bin/ruby extconf.rb
"-g -O2 $(cflags)"
checking for curl-config... yes
checking for curlinfo_redirect_time... yes
checking for curlinfo_response_code... yes
checking for curlinfo_filetime... yes
checking for curlinfo_redirect_count... yes
checking for curlinfo_os_errno... yes
checking for curlinfo_num_connects... yes
checking for curlinfo_ftp_entry_path... yes
checking for curl_version_ssl... yes
checking for curl_version_libz... yes
checking for curl_version_ntlm... yes
checking for curl_version_gssnegotiate... yes
checking for curl_version_debug... yes
checking for curl_version_asynchdns... yes
checking for curl_version_spnego... yes
checking for curl_version_largefile... yes
checking for curl_version_idn... yes
checking for curl_version_sspi... yes
checking for curl_version_conv... yes
checking for curlproxy_http... yes
checking for curlproxy_socks4... yes
checking for curlproxy_socks5... yes
checking for curlauth_basic... yes
checking for curlauth_digest... yes
checking for curlauth_gssnegotiate... yes
checking for curlauth_ntlm... yes
checking for curlauth_anysafe... yes
checking for curlauth_any... yes
checking for curle_tftp_notfound... yes
checking for curle_tftp_perm... yes
checking for curle_tftp_diskfull... yes
checking for curle_tftp_illegal... yes
checking for curle_tftp_unknownid... yes
checking for curle_tftp_exists... yes
checking for curle_tftp_nosuchuser... yes
checking for curle_send_fail_rewind... yes
checking for curle_ssl_engine_initfailed... yes
checking for curle_login_denied... yes
checking for curlmopt_maxconnects... yes
checking for curle_conv_failed... yes
checking for curle_conv_reqd... yes
checking for curle_ssl_cacert_badfile... yes
checking for curle_remote_file_not_found... yes
checking for curle_ssh... yes
checking for curle_ssl_shutdown_failed... yes
checking for curle_again... yes
checking for curle_ssl_crl_badfile... no
checking for curle_ssl_issuer_error... no
checking for curlopt_username... no
checking for curlopt_password... no
checking for curlauth_digest_ie... no
checking for curlm_bad_socket... yes
checking for curlm_unknown_option... yes
checking for curl_multi_timeout()... yes
checking for curl_multi_fdset()... yes
checking for curl_multi_perform()... yes
checking for Ruby 1.9 Hash... no
checking for Ruby 1.9 st.h... no
checking for curl_easy_escape... yes
creating curb_config.h
creating Makefile
make
gcc -I. -I. -I/usr/ruby1.8.7/lib/ruby/1.8/x86_64-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -fPIC -g -O2 -g -Wall -c curb.c
gcc -I. -I. -I/usr/ruby1.8.7/lib/ruby/1.8/x86_64-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -fPIC -g -O2 -g -Wall -c curb_postfield.c
gcc -I. -I. -I/usr/ruby1.8.7/lib/ruby/1.8/x86_64-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -fPIC -g -O2 -g -Wall -c curb_easy.c
curb_easy.c: In function ‘ruby_curl_easy_primary_ip_get’:
curb_easy.c:2346: error: ‘CURLINFO_PRIMARY_IP’ undeclared (first use in this function)
curb_easy.c:2346: error: (Each undeclared identifier is reported only once
curb_easy.c:2346: error: for each function it appears in.)
curb_easy.c:2346: warning: type defaults to ‘int’ in declaration of ‘_curl_info’
make: *** [curb_easy.o] Error 1
Gem files will remain installed in /code/repos/154567/gems_build/gems/curb-0.7.0 for inspection.
Results logged to /code/repos/154567/gems_build/gems/curb-0.7.0/ext/gem_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment