Probeme mit cURL installation Debian 4.0

giessler

New Member
Ich versuche cURL auf einem vServer mit Debian 4.0 und PHP 5.2.0-8+etch11 zu installieren.

Das habe ich mit
Code:
apt-get install php5-curl
versucht. Da kommt dann:
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
php5-curl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.5kB of archives.
After unpacking 119kB of additional disk space will be used.
Err http://security.debian.org etch/updates/main php5-curl 5.2.0-8+etch11
404 Not Found [IP: 212.211.132.32 80]
Err http://ftp.freenet.de etch/main php5-curl 5.2.0-8+etch11
404 Not found [IP: 194.97.2.68 80]
Failed to fetch http://ftp.freenet.de/debian/pool/main/p/php5/php5-curl_5.2.0-8+ etch11_i386.deb 404 Not found [IP: 194.97.2.68 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Dann habe ich apt-get update gemacht und folgende Meldung kommt:
Get:1 http://ftp.freenet.de etch Release.gpg [1032B]
Get:2 http://security.debian.org etch/updates Release.gpg [835B]
Get:3 http://ftp.freenet.de etch Release [67.8kB]
Get:4 http://security.debian.org etch/updates Release [37.6kB]
Get:5 http://mirror.buildd.net etch-backports Release.gpg [189B]
Get:6 http://mirror.buildd.net etch-backports Release [72.9kB]
Ign http://ftp.freenet.de etch Release
Ign http://security.debian.org etch/updates Release
Ign http://ftp.freenet.de etch/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://ftp.freenet.de etch/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Ign http://ftp.freenet.de etch/non-free Packages/DiffIndex
Get:7 http://ftp.freenet.de etch/main Packages [4282kB]
Get:8 http://security.debian.org etch/updates/main Packages [351kB]
Get:9 http://mirror.buildd.net etch-backports/main Packages/DiffIndex [6991B]
Hit http://security.debian.org etch/updates/contrib Packages
Get:10 http://security.debian.org etch/updates/main Sources [57.1kB]
Get:11 http://mirror.buildd.net etch-backports/contrib Packages/DiffIndex [4093B ]
Hit http://security.debian.org etch/updates/contrib Sources
Get:12 http://mirror.buildd.net etch-backports/non-free Packages/DiffIndex [1471 B]
Get:13 http://mirror.buildd.net etch-backports/main Packages [436kB]
Get:14 http://mirror.buildd.net etch-backports/contrib Packages [2835B]
Get:15 http://mirror.buildd.net etch-backports/non-free 2008-10-09-1238.04.pdiff [619B]
Get:16 http://mirror.buildd.net etch-backports/non-free 2008-10-09-1238.04.pdiff [619B]
Get:17 http://ftp.freenet.de etch/contrib Packages [59.0kB]
Get:18 http://ftp.freenet.de etch/non-free Packages [83.3kB]
Get:19 http://mirror.buildd.net etch-backports/non-free 2008-10-09-1238.04.pdiff [619B]
Fetched 5464kB in 6s (800kB/s)
Reading package lists... Done
W: GPG error: http://ftp.freenet.de etch Release: The following signatures were invalid: BADSIG A70DAF536070D3A1 Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>
W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: You may want to run apt-get update to correct these problems

Und jetzt weiß ich nicht was tun :-/
Bin mit Linux noch recht unerfahren. Kann es sein, daß die Paket-/Sourcelisten falsch sind oder da was nicht stimmt?
 
Vielen Dank, Lothar49, konnte es lösen! Tatsächlich waren die Pfade veraltet und mit einer Anpassung und verschiedenen anderen commands hat's dann geklappt. Allerdings weiß ich nicht genau was genau zur Lösung führte.
 
Back
Top