David Blake wrote:

I am attempting to install MySQL-server-5.0.18-0.glibc23 via rpm.

I am getting this message:
warning: MySQL-server-5.0.18-0.glibc23.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
       coreutils is needed by MySQL-server-5.0.18-0.glibc23
       perl(DBI) is needed by MySQL-server-5.0.18-0.glibc23
       perl(DBI) is needed by MySQL-client-5.0.18-0.glibc23

I have downloaded coreutils-5.92.tar, but its contents sould be in /bin already

and I tried to verify DBI:
   [prompt] perl -M'DBI 999' -e1
      DBI version 999 required--this is only version 1.50.
     BEGIN failed--compilation aborted.
so I have DBI installed.

Any suggestions?

Maybe you've installed coreutils and DBI via a non-rpm method, and haven't told the rpm database what's happened. You can either tell the rpm database that you have these packages already, or you can force an install without checking for dependancies. I haven't used rpm in over 5 years, so I can't really give you any specifics, but 'man rpm' will help.

--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: http://www.nusconsulting.com.au

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to