libcurl4-gnutls-dev: libldap2-dev에 의존하지만 설치하지는 않습니다.

libcurl4-gnutls-dev: libldap2-dev에 의존하지만 설치하지는 않습니다.

C++ 코드를 컴파일할 때마다 이 오류가 발생하므로 우분투 서버에 컬을 설치하려고 합니다.

fatal error: curl.h: No such file or directory

오류는 다음과 같습니다.

username@phx7b02c-ee1b:~$ sudo apt-get install libcurl4-gnutls-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
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: libldap2-dev but it is not going to be installed
E: Broken packages

내가 여기서 뭘 잘못하고 있는지 잘 모르겠나요?

내 커널 버전:

username@phx7b02c-ee1b:~$ uname -a
Linux phx7b02c-ee1b 2.6.35-22-server #33-Ubuntu SMP Sun Sep 19 20:48:58 UTC 2010 x86_64 GNU/Linux

그리고 내가 이것을 할 때마다 - 나는 항상 컬 버전을 얻습니다.

curl --version 

curl 7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18 Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

고쳐 쓰다:-

이것이 내가 얻은 것입니다 -

/etc/apt/preferences
-bash: /etc/apt/preferences: No such file or directory

/etc/apt/sources.list.d/*.list
-bash: /etc/apt/sources.list.d/ebay-packages.list: Permission denied


/etc/apt/preferences.d/*
-bash: /etc/apt/preferences.d/*: No such file or directory


/etc/apt/sources.list
-bash: /etc/apt/sources.list: Permission denied

관련 정보