On Mon, 2003-04-14 at 03:37, Jeff Elkins wrote: > On Sunday 13 April 2003 5:55 pm, Michel D�nzer wrote: > > What does apt-get install mysql-server mysql-client libdbi-perl > > > > say? Etc. > > > > apt-get install mysql-server mysql-client libdbi-perl > > (when pointed at both stable/unstable tree) says:
[...] > Sorry, but the following packages have unmet dependencies: > libdbi-perl: Depends: perlapi-5.6.1 > mysql-client: Depends: libdbd-mysql-perl (>= 1.2202) but it is not going to > be installed You missed the 'Etc.' above. ;) perlapi-5.6.1 is provided by perl-base (only up to testing though, maybe that's part of the problem - packages already installed from sid won't be automatically downgraded to stable), so try apt-get install mysql-server mysql-client libdbi-perl perl-base libdbd-mysql-perl next. And so on and so on, until you hit the real problem and can hopefully fix it. -- Earthling Michel D�nzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer

