On Tue Jun 27 2000 at 13:17, r00t the LiNuXeRRR wrote:

> 
> See this:
> 
> [root@lcjdap /home/ftp/pub/Linux/MySQL]# rpm -Uvh 
>MySQL-3.22/MySQL-bench-3.22.32-1.i386.rpm
> error: failed dependencies:
>         MySQL-DBI-perl-bin is needed by MySQL-bench-3.22.32-1
> [root@lcjdap /home/ftp/pub/Linux/MySQL]# rpm -aq|grep MySQL-DBI-perl-bin

(err, it should be "rpm -qa" :)

> [root@lcjdap /home/ftp/pub/Linux/MySQL]# rpm -aq|grep mysql-DBI-perl-bin
> mysql-DBI-perl-bin-1.825-1
> [root@lcjdap /home/ftp/pub/Linux/MySQL]#
> 
> What do you have to say about? It's very strange ... I'm searching
> mysql-DBi-perl-... with MySQL but no file with that name ... What to do?

Yes, pita.

Just force the install:

  # rpm -Uvh --nodeps MySQL-3.22/MySQL-bench-3.22.32-1.i386.rpm

What is almost certainly happening is that one package is manually
specifying a dependency on another package, but the incorrect
package name has been given.  When this hit me in the face several
months back that's what I did... and everything still works just
fine.

Cheers
Tony
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-
  Tony Nugent <[EMAIL PROTECTED]>    Systems Administrator, RHCE
  GrowZone OnLine       (a project of) GrowZone Development Network
  POBox 475 Toowoomba Oueensland Australia 4350    Ph: 07 4637 8322
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-

Reply via email to