cURL auf Debian etch

schreihals

New Member
Hallo, ich möchte gerne cURL für PHP installieren.

Habe es mit "apt-get install php5-curl" versucht. Erzeugt folgenden Fehler:
Code:
~# apt-get install php5-curl
Reading package lists... Done
Building dependency tree... 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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  php5-curl: Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch9+b1 is to be installed
             Depends: libcurl3 (>= 7.16.2-1) but it is not going to be installed
             Depends: php5-common (= 5.2.6.dfsg.1-1+lenny3) but 5.2.0-8+etch13 is to be installed
E: Broken packages

Meine sources.list sieht so aus
Code:
deb	ftp://ftp.hosteurope.de/mirror/ftp.debian.org/debian/     etch main contrib non-free
deb-src ftp://ftp.hosteurope.de/mirror/ftp.debian.org/debian/     etch main contrib non-free
deb     http://security.debian.org/ stable/updates  main contrib non-free
deb-src http://security.debian.org/ stable/updates  main contrib non-free
deb http://ftp.de.debian.org/debian-volatile/ etch/volatile main
deb     http://ftp.debian.org/debian/            etch         main contrib non-free
deb     http://security.debian.org/              etch/updates main contrib non-free

Habe einen VServer mit Debian etch. Ich denke mal, dass es mit den Sources zutun hat.
 
In deiner sources.list steht eine Mischung von stable/lenny und old-stable/etch. Du solltest dich entscheiden was du haben willst...
 
Back
Top