Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/09/2009, 23:30
globerubi
 
Fecha de Ingreso: julio-2007
Mensajes: 22
Antigüedad: 16 años, 9 meses
Puntos: 1
Instalar Curb para Ruby

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