Hola a todos
Estoy tratando de instalar Curb en Mac OSX Leopard, pero me sale un
error al hacer rake install, realizo lo siguiente
# port install curl
# gem update
# gem install curb
Hasta aquí todo bien pero al momento de hacer rake install dentro de
/Library/Ruby/Gems/1.8/gems/curb-0.5.1.0
# rake install
1) Error:
test_head_accessor(TestCurbCurlEasy):
Curl::Err::PartialFileError: Transferred a partial file
./tests/tc_curl_easy.rb:568:in `perform'
./tests/tc_curl_easy.rb:568:in `test_head_accessor'
97 tests, 411 assertions, 0 failures, 1 errors
rake aborted!
Command failed with status (1):
[/System/Library/Frameworks/Ruby.framework/...]
También intente direccionando
#rake install EXTCONF_OPTS='--with-curl-lib=/usr/local/lib/'
Pero igual el mismo error.
Ojala alguien tenga alguna pista.
Gracias
Saludos
Globerubi