SATYAN NAIR wrote:

> dear friends,
> i am not able to install MySQL-3.23.30-1.i386.rpm on redhat 6.2 and 7.0
> it says REQUIRES PERL5 at /usr/bin/perl5
> and under /usr/bin i have perl as well as perl5.006

RedHat includes perl5, it is the dependency rule which is broken.
Just install as
        rpm -Uhv --nodeps MySQL*-3.23.30-1.i386.rpm

The --nodeps option tells rpm to ignore dependencies.
        /matthew costello


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to