MySQL -- install on ES3

Bob McClure Jr robertmcclure at earthlink.net
Tue Dec 14 21:08:45 UTC 2004


On Tue, Dec 14, 2004 at 05:10:27PM -0500, Yulan Dong wrote:
> Hi,
> 
> I downloaded mysql-3.23.58-1.i386.rpm from redhat site. When I tried to
> install it, I got an error: 
> 
> [root at IMSSERVER ydong]# rpm -ivh 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
> 
> Then I downloaded perl-DBD-MySQL-2.1021-3.i386.rpm and tried to install
> it, I got another error: 
> 
> [root at IMSSERVER ydong]# rpm -ivh 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
> 
> How to solve this problem?
> 
> Thank you in advance.
> 
> Yulan

Install them both at the same time:

  rpm -ivh mysql-3.23.58-1.i386.rpm perl-DBD-MySQL-2.1021-3.i386.rpm

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure at earthlink.net  http://www.bobcatos.com
Grace happens.




More information about the Redhat-install-list mailing list