> > > Having just set up a RedHat Enterprise Server V.3 I am trying to add a > > MySQL database function. I tried and failed using up2date (following > > instructions from RH), so downloaded the rpms and began to install by > > myself. My input and the output is shown below: > > > > # rpm -i mysql-server-3.23.58-1.i386.rpm > > error:Failed dependencies: > > libmysqlclient.so.10 is needed by mysql-server-3.23.58-1 > > Suggested resolutions: > > mysql-3.23.58-1.i386.rpm > > > > # rpm -i mysql-3.23.58-1.i386.rpm > > error:Failed dependencies: > > perl-DBD-MySQL is needed by mysql-3.23.58-1 > > Suggested resolutions: > > perl-DBD-MySQL-2.1021-3.i386.rpm > > > > # rpm -i perl-DBD-MySQL-2.1021-3.i386.rpm > > error:Failed dependencies: > > libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1021-3 Suggested > > resolutions: mysql-3.23.58-1.i386.rpm > > > > Which takes me back to the second line and begins a loop. > > Libmysqlclient.so.10 is in /usr/lib/mysql/ problably from the initial > > setup (before I found out that the mysql-server wasn't on the setup > > CDs). I went for RHEL on the strength that it has up2date and I would > > not meet this kind of problem. > > > > Anyone got any ideas/get out of jail cards? > > > >rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm > mysql-3.23.58-1.i386.rpm > > > >-- Alex > > ----------------------------------------------------- > > Cheers for the reply Alex. Tried your method and got: > > "MySQL-server conflicts with mysql-server-3.23.58-1" > "mysql conflicts with mysql-3.23.58-1"
You have a previous version of MySQL installed, from the mysql.com RPM's. To get rid of it, do: rpm -e 'MySQL*' first, then: rpm -ivh perl-DBD-MySQL-2.1021-3.i386.rpm mysql-server-3.23.58-1.i386.rpm mysql-3.23.58-1.i386.rpm > I tried 'locate' but could not find either file, so then tried 'rpm -e' of > both When you use rpm -e, you give it a package name (e.g. mysql-3.23.58-1.i386 or mysql) not a file name. -- Alex -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]