3 Stimmen

Kann das Curl-Gem nicht installieren

Hi everyone I'm trying to install curl gem on my Linux mint 14 but I have the following error output in the console:

Building native extensions.  This could take a while...
ERROR:  Error installing curb:
    ERROR: Failed to build gem native extension.

    /home/mateusz/.rvm/rubies/ruby-2.0.0-p0/bin/ruby extconf.rb
checking for curl-config... no
checking for main() in -lcurl... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
    --with-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/home/mateusz/.rvm/rubies/ruby-2.0.0-p0/bin/ruby
    --with-curl-dir
    --without-curl-dir
    --with-curl-include
    --without-curl-include=${curl-dir}/include
    --with-curl-lib
    --without-curl-lib=${curl-dir}/
    --with-curllib
    --without-curllib
extconf.rb:18:in `

Ich kann keine Lösung für dieses Problem finden. Vielen Dank im Voraus für jede Hilfe.

ÄNDERUNG: Ich habe jede Antwort ausprobiert, aber anscheinend habe ich ein Problem mit einigen Paketen in meinem System... :

Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.12.14-5ubuntu4.6_i386.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.12.14-5ubuntu4.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl3-gnutls_7.27.0-1ubuntu1.9_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/cups/cups-bsd_1.6.1-0ubuntu11.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/cups/cups-client_1.6.1-0ubuntu11.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.6.1-0ubuntu11.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.6.1-0ubuntu11.6_i386.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/cups/cups_1.6.1-0ubuntu11.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls-openssl27_2.12.14-5ubuntu4.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutlsxx27_2.12.14-5ubuntu4.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://archive.ubuntu.com/ubuntu/pool/main/libg/libgpg-error/libgpg-error-dev_1.10-3.1ubuntu1_amd64.deb  404  Not Found [IP: 91.189.88.149 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11-dev_1.5.0-3ubuntu1.1_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://archive.ubuntu.com/ubuntu/pool/main/libt/libtasn1-3/libtasn1-3-dev_2.13-2_amd64.deb  404  Not Found [IP: 91.189.88.149 80]
Nie udało się pobrać http://archive.ubuntu.com/ubuntu/pool/main/p/p11-kit/libp11-kit-dev_0.13-1_amd64.deb  404  Not Found [IP: 91.189.88.149 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls-dev_2.12.14-5ubuntu4.6_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się pobrać http://archive.ubuntu.com/ubuntu/pool/main/libi/libidn/libidn11-dev_1.25-2_amd64.deb  404  Not Found [IP: 91.189.88.149 80]
Nie udało się pobrać http://archive.ubuntu.com/ubuntu/pool/main/o/openldap/libldap2-dev_2.4.31-1ubuntu2_amd64.deb  404  Not Found [IP: 91.189.88.149 80]
Nie udało się pobrać http://archive.ubuntu.com/ubuntu/pool/main/r/rtmpdump/librtmp-dev_2.4+20111222.git4e06e21-1_amd64.deb  404  Not Found [IP: 91.189.88.149 80]
Nie udało się pobrać http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4-gnutls-dev_7.27.0-1ubuntu1.9_amd64.deb  404  Not Found [IP: 91.189.91.13 80]
Nie udało się poprawić brakujących pakietów.

7voto

Marek Lipka Punkte 50583

Wenn Sie Linux verwenden, installieren Sie die Bibliothek libcurl3-dev:

apt-get install libcurl3-dev

1voto

RAJ Punkte 9566

Install libcurl4-gnutls-dev und libcurl3-dev Pakete:

sudo apt-get install libcurl4-gnutls-dev libcurl3-dev

Versuchen Sie dann erneut, das curl Gem zu installieren

gem install curl

0voto

Justin Workman Punkte 678

Während dies 2014 beantwortet wurde, ändert sich die Antwort, da diese Bibliotheken ständig aktualisiert werden. Um die aktuellste Antwort zu finden, siehe Curb's README, das diese Informationen jetzt in den Installationsanweisungen enthält.

Zum Zeitpunkt des Verfassens wird angegeben, dass die Abhängigkeiten durch die Installation der folgenden Pakete erfüllt werden können:

Ubuntu 18.04 und neuer

$ sudo apt-get install libcurl4 libcurl3-gnutls libcurl4-openssl-dev

Ubuntu < 18.04

$ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev

RedHat:

$ sudo yum install ruby-devel libcurl-devel openssl-devel

CodeJaeger.com

CodeJaeger ist eine Gemeinschaft für Programmierer, die täglich Hilfe erhalten..
Wir haben viele Inhalte, und Sie können auch Ihre eigenen Fragen stellen oder die Fragen anderer Leute lösen.

Powered by:

X