Bug 72248

Summary: mysql package depends on some perl packages
Product: [Retired] Red Hat Public Beta Reporter: Gary Benson <gbenson>
Component: mysqlAssignee: Patrick Macdonald <patrickm>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: null   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-22 12:12:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gary Benson 2002-08-22 12:12:46 UTC
When trying to install MySQL on Null I got the following response:

error: Failed dependencies:
	perl-DBI is needed by mysql-3.23.51-5
	perl-DBD-MySQL is needed by mysql-3.23.51-5
	perl(CGI) is needed by mysql-3.23.51-5
	perl(DBI) is needed by mysql-3.23.51-5

This is wrong: mysql is needed by perl-DBD-MySQL, not the other way round.

Comment 1 Trond Eivind Glomsrxd 2002-08-22 14:35:20 UTC
Not wrong- try this:

grep /usr/bin/perl `rpm -ql mysql `

Comment 2 Gary Benson 2002-08-22 15:01:53 UTC
Sorry, my mistake :-]