PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mysql-server installation



mathias_hm
01.02.05, 10:39
ich versuche derzeit auf einem strato root-server mit debian sarge einen mysql-server 4.1 zu installieren, nur leider mag apt-get nicht so wirklich.
auf dem server läuft bisher:
Apache/2.0.52 (Debian GNU/Linux) mod_perl/1.99_14 Perl/v5.8.4 PHP/4.3.10-2 Server at ...
und apt-get gibt folgende meldung aus:


h67482:/var/run# apt-get install mysql-server-4.1
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:

Sorry, but the following packages have unmet dependencies:
phpmyadmin: Depends: php4 (>= 4.1.0) but it is not going to be installed or
php4-cgi (>= 4.1.0) but it is not going to be installed or
php5 but it is not installable
Depends: php4-mysql or
php5-mysql but it is not installable or
php5-mysqli but it is not installable
Depends: apache but it is not going to be installed or
apache-perl but it is not going to be installed or
apache-ssl but it is not going to be installed or
apache2 or
httpd
E: Sorry, broken packages


wer kann mir sagen, was da falsch läuft?
Vielen Dank!

Tomek
01.02.05, 10:45
Kannst du bitte mal deine /etc/apt/sources.list posten?

Und versuch mal diesen Weg:

apt-get update && apt-get upgrade
apt-get -f install
apt-get install mysql-server-4.1 php4-mysql php4-cgi php4

mathias_hm
01.02.05, 10:54
/etc/apt/sources.list:


deb http://security.debian.org/ sarge/updates main
deb-src http://security.debian.org/ sarge/updates main
deb http://security.debian.org/ sarge/updates main contrib non-free

deb ftp://ftp.serverkompetenz.de/debian sarge main contrib non-free
deb-src ftp://ftp.serverkompetenz.de/debian sarge main contrib non-free


*edit*
hab jetzt debian.uni-essen.de genommen für apt-get update und siehe da, das problem hat sich gelöst.