[CentOS] Upgrading MySQL from 4.1 to 5

Tue Apr 15 23:53:40 UTC 2008
Tito Valentin <daemonracing at gmail.com>

I still have problems installing even after I have removed the old mysql:

[root at titov tmp]# rpm -Uvh mysql-5.0.48-2.el4.centos.i386.rpm
error: Failed dependencies:
        libmysqlclient.so.15 is needed by mysql-5.0.48-2.el4.centos.i386
        libmysqlclient.so.15(libmysqlclient_15) is needed by
mysql-5.0.48-2.el4.centos.i386
        mysql-libs = 5.0.48-2.el4.centos is needed by
mysql-5.0.48-2.el4.centos.i386
[root at titov tmp]# rpm -Uvh mysql-server-5.0.58-1.el4.centos.i386.rpm
error: Failed dependencies:
        libmysqlclient.so.15 is needed by
mysql-server-5.0.58-1.el4.centos.i386
        libmysqlclient.so.15(libmysqlclient_15) is needed by
mysql-server-5.0.58-1.el4.centos.i386
        libmysqlclient_r.so.15 is needed by
mysql-server-5.0.58-1.el4.centos.i386
        libmysqlclient_r.so.15(libmysqlclient_15) is needed by
mysql-server-5.0.58-1.el4.centos.i386
        mysql = 5.0.58-1.el4.centos is needed by
mysql-server-5.0.58-1.el4.centos.i386

I can't find that library anywhere to install it

On Tue, Apr 15, 2008 at 7:36 PM, Tito Valentin <daemonracing at gmail.com>
wrote:

> Gotcha!...thanks for that info.
>
>
> On Tue, Apr 15, 2008 at 7:33 PM, Les Mikesell <lesmikesell at gmail.com>
> wrote:
>
> > Tito Valentin wrote:
> >
> > > If I am going to run "rpm -Uvh" then why would I need to remove the
> > > current mysql server?  If I remove the current mysql, shouldn't I run "rpm
> > > -ivh" instead?
> > >
> >
> > If a package isn't already installed -U does the same as -i.  In most
> > cases you can use -U without bothering to check if one is already installed
> > or not.
> >
> > --
> >  Les Mikesell
> >   lesmikesell at gmail.com
> >
> >
> > _______________________________________________
> > CentOS mailing list
> > CentOS at centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080415/1ea25309/attachment-0004.html>