Tôi đang cài đặt gói RCurl trong R và gặp lỗi
checking for curl-config... no
Cannot find curl-config
ERROR: configuration failed for package ‘RCurl’
Tôi đã cố gắng cài đặt libcurl trên Ubuntu, nhưng nó không giải quyết được vấn đề của tôi có một số phụ thuộc
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
cho tôi không có gì:
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
Tôi đã đi qua một số giải pháp RCurl nhưng nó đang hoạt động. Bạn có thể đề nghị hoặc giúp đỡ theo hướng này. Cảm ơn bạn rất nhiều.
Biên tập
Khi tôi cố gắng cài đặt (Curl) từ trung tâm phần mềm Ubuntu đã nhận được thông báo erroe tương tự
Gói phụ thuộc không thể được giải quyết
Lỗi này có thể do các gói phần mềm bổ sung cần thiết bị thiếu hoặc không cài đặt được. Hơn nữa, có thể có xung đột giữa các gói phần mềm không được phép cài đặt cùng một lúc.
Các gói sau đây có các thuộc tính không được đáp ứng:
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
EDITED
sudo aptitude cài đặt 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]
apt-get install -f
?