ไม่พบ curl-config ใน Ubuntu 13.04


42

ฉันกำลังติดตั้งแพ็คเกจ RCurl ใน R และได้รับข้อผิดพลาด

  checking for curl-config... no
  Cannot find curl-config
  ERROR: configuration failed for package ‘RCurl’

ฉันได้ลองติดตั้ง libcurl บน Ubuntu แล้ว แต่ก็ไม่ได้แก้ปัญหาของฉันมีบางสิ่งที่ต้องพึ่งพา

sudo apt-get install libcurl4-gnutls-dev
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcurl4-gnutls-dev : Depends: libcurl3-gnutls (= 7.29.0-1ubuntu3.1) but 7.29.0-1ubuntu3.2 is to be installed
Depends: libldap2-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

locate curl config ไม่ให้อะไรเลย:

locate curl-config
curl-config
The program 'curl-config' can be found in the following packages:
* libcurl4-gnutls-dev
* libcurl4-nss-dev
* libcurl4-openssl-dev

ฉันผ่านRCurlโซลูชันบางตัวแต่ใช้งานได้ คุณช่วยแนะนำหรือช่วยในทิศทางนี้ได้ไหม ขอบคุณมาก.

แก้ไข

เมื่อฉันพยายามที่จะติดตั้ง (Curl) จากศูนย์ซอฟต์แวร์ Ubuntu ได้รับข้อความ erroe เดียวกัน

ไม่สามารถแก้ไขการพึ่งพาแพ็คเกจได้

ข้อผิดพลาดนี้อาจเกิดจากแพคเกจซอฟต์แวร์เพิ่มเติมที่จำเป็นซึ่งขาดหายไปหรือไม่สามารถติดตั้งได้ นอกจากนี้อาจมีข้อขัดแย้งระหว่างแพคเกจซอฟต์แวร์ที่ไม่ได้รับอนุญาตให้ติดตั้งพร้อมกัน

แพ็คเกจต่อไปนี้มีการขึ้นต่อกันที่ไม่คาดคิด:

 curl: Depends: libcurl3 (= 7.29.0-1ubuntu3.1) but 7.29.0-1ubuntu3.2 is to be installed
  Depends: zlib1g (>= 1:1.1.4) but 1:1.2.7.dfsg-13ubuntu2 is to be installed

แก้ไข

sudo aptitude ติดตั้ง libcurl4-openssl-dev

The following NEW packages will be installed:
libcurl4-openssl-dev{b} 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,210 kB of archives. After unpacking 2,778 kB will be used.
The following packages have unmet dependencies:
libcurl4-openssl-dev : Depends: libcurl3 (= 7.29.0-1ubuntu3.1) but 7.29.0-1ubuntu3.2 is installed.
                    Depends: libidn11-dev but it is not going to be installed.
                    Depends: libkrb5-dev but it is not going to be installed.
                    Depends: libldap2-dev but it is not going to be installed.
                    Depends: librtmp-dev but it is not going to be installed.
                    Depends: libssl-dev but it is not going to be installed.
 The following actions will resolve these dependencies:
 Keep the following packages at their current version:
 1)     libcurl4-openssl-dev [Not Installed]               

1
คุณเคยลองด้วยapt-get install -fหรือไม่
arsaKasra

0 อัพเกรดแล้ว 0 เพิ่งติดตั้งใหม่ 0 เพื่อลบและ 0 ไม่ได้อัปเกรด
Aashu

นอกจากนี้หากคุณยังไม่ได้ดูที่นี่มันบอกว่าอาจมีข้อขัดแย้งกับ Google Chrome
arsaKasra

คำตอบ:


67

3 แพ็คเกจที่คุณพบว่ามีcurl-config:

  1. libcurl4-gnutls-dev
  2. libcurl4-nss-dev
  3. libcurl4-openssl-dev

ดูเหมือนว่าทั้งหมดจะมีฟังก์ชั่นเดียวกัน ฉันติดตั้งสิ่งเหล่านี้ผ่านทาง Synaptic Package Manager แล้วสามารถติดตั้ง RCurl จาก CRAN ได้

ดังนั้นหากคุณเลือกตัวเลือกแรกให้เปิดกล่องเทอร์มินัลแล้วทำ

sudo apt-get install libcurl4-gnutls-dev

จากนั้นไปที่ R และทำ

install.packages("RCurl")

5
ฉันขอโทษคำตอบของคุณหมายถึงอะไร?
Matt O'Brien

3
ทำ sudo liblcurl4-gnutls-dev นอก R ในกล่องเทอร์มินัล จากนั้นติดตั้ง RCurl โดยใช้ install.packages ("RCurl") ภายใน R
Placidia

3
ฉันติดตามและทำงานได้อย่างสมบูรณ์ ในเทอร์มินัลใหม่ sudo apt-get install libcurl4-openssl-dev ในคอนโซลการติดตั้ง R แพ็คเกจแพ็คเกจ ("RCurl")
Chitrasen

2
apt-get install libcurl4-gnutls-dev
user2413

1
ฉันจะเพิ่มว่ามีเพียงสามlibcurl4-openssl-devทำงานให้ฉันบน Linux Mint 17.1
MichaelChirico

2

นี่คือสิ่งที่ฉันทำเพื่อแก้ไขปัญหาเดียวกัน:

sudo aptitude install libcurl4-openssl-dev

และเมื่อได้รับแจ้งให้ยอมรับการแก้ปัญหา [Y / n / q]

 :
 The following actions will resolve these dependencies:
 Keep the following packages at their current version:
 1)     libcurl4-openssl-dev [Not Installed]      
 :

ตอบ "n" จากนั้นตอบ [Y] เมื่อมีข้อความแจ้งการกระทำอื่น

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.