mit apt-get install php4-gd wollte ich die GD Graphics Library installieren. Auf dem System läuft Apache 1.3 und PHP4 über suPHP, erhalte aber die Fehlermeldung:
php4-gd: Depends: zendapi-20010901
Bei debian.de finde ich bei den Paketoptionen, dass zendapi-20... ein virtuelles Paket ist und von den PHP-Paketen erzeugt wird?
Aber PHP ist installiert und läuft.
GD Graphics Library: zendapi-dependencies
Re: GD Graphics Library: zendapi-dependencies
Die Apache und PHP Versionen sind zueinander inkompatibel, frage mich aber bitte nicht warum, denn ich bin kein Debian-User...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: GD Graphics Library: zendapi-dependencies
Code: Select all
cat /etc/apt/sources.list
Re: GD Graphics Library: zendapi-dependencies
Also der Apache ist 1.3.33 und PHP 4.3.10.
Das mit den Versionen kann vielleicht daher kommen, dass ich für exim4 (backports vom debianhowto) andere Quellen eingetragen habe. Beim weiteren Installieren habe ich zu spät festgestellt, dass ich die Quellen wieder auf stable zurückstellen muss.
Was mache ich jetzt am besten? Die aktuellen Quellen sind alle stable, kann ich jetzt die php-pakete deinstallieren und anschließend wieder installieren? Wie reagiert das System auf die Abhängigkeiten (phpmyadmin-pakete etc.)?
Hier die sources.list:
Das mit den Versionen kann vielleicht daher kommen, dass ich für exim4 (backports vom debianhowto) andere Quellen eingetragen habe. Beim weiteren Installieren habe ich zu spät festgestellt, dass ich die Quellen wieder auf stable zurückstellen muss.
Was mache ich jetzt am besten? Die aktuellen Quellen sind alle stable, kann ich jetzt die php-pakete deinstallieren und anschließend wieder installieren? Wie reagiert das System auf die Abhängigkeiten (phpmyadmin-pakete etc.)?
Hier die sources.list:
Code: Select all
# Exim4 woody Backports from ametzler
# deb http://www.backports.org/debian woody gnutls11
#deb http://www.backports.org/debian woody spamassassin
#deb-src http://www.backports.org/debian woody spamassassin
#deb-src http://www.backports.org/debian gnutls
#deb http://www.logic.univie.ac.at/~ametzler/debian/exim4manpages/ woody/
#deb-src http://www.logic.univie.ac.at/~ametzler/debian/exim4manpages/ woody/
#deb http://www.logic.univie.ac.at/~ametzler/debian/gnutls/ woody/
deb http://ftp.debian.de/debian woody main
deb-src http://ftp.debian.de/debian woody main
deb http://ftp.debian.de/debian-non-US woody/non-US main
deb-src http://ftp.debian.de/debian-non-US woody/non-US main
deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main
deb ftp://ftp.de.debian.org/debian/ stable main
deb-src ftp://ftp.de.debian.org/debian/ stable main
deb http://non-us.debian.org/debian-non-US stable/non-US main
deb-src http://non-us.debian.org/debian-non-US stable/non-US main
deb http://security.debian.org/ woody/updates main contrib non-free
# binary
deb http://update.pureserver.info/debian stable main contrib non-free
deb http://update.pureserver.info/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org/debian-security stable/updates main contrib non-free
deb http://security.debian.org/ woody/updates main contrib non-free
# APT::Default-Release "stable" (-> /etc/apt/apt.conf.d/10defaultrelease)
#deb http://update.pureserver.info/debian testing main contrib non-free
#deb http://update.pureserver.info/debian-non-US testing/non-US main contrib non-free
#deb http://security.debian.org/debian-security testing/updates main contrib non-free
#deb http://update.pureserver.info/debian unstable main contrib non-free
#deb http://update.pureserver.info/debian-non-US unstable/non-US main contrib non-free
#source
#deb-src http://update.pureserver.info/debian stable main contrib non-free
#deb-src http://update.pureserver.info/debian-non-US stable/non-US main contrib non-free
#deb-src http://security.debian.org/debian-security stable/updates main contrib non-free
#deb-src http://update.pureserver.info/debian testing main contrib non-free
#deb-src http://update.pureserver.info/debian-non-US testing/non-US main contrib non-free
#deb-src http://security.debian.org/debian-security testing/updates main contrib non-free
#deb-src http://update.pureserver.info/debian unstable main contrib non-free
#deb-src http://update.pureserver.info/debian-non-US unstable/non-US main contrib non-free
