Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 14450

Summary: MySQL extension in the PHP specfile.
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <mark>
Component: phpAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-22 00:31:56 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 Need Real Name 2000-07-22 00:31:54 UTC
The configure section of the PHP4 rpm specfile has --with-mysql turned on. 
The mysql extension for PHP4 is also built later in the specfile.  This
causes problems after compilation because the mysql extensions are trying
to load a second time when you turn on the extension in the php.ini config
file. 
All I needed to do to fix this in the specfile was take out the
--with-mysql flag in the configuration section.

Also, unless RedHat is planning to redistribute MySQL as their own package
with lowercase letters, it would be nice if they changed the require
directive to require MySQL instead of mysql.  The MySQL rpms that are on
MySQL mirrors install properly as MySQL.

Comment 1 Nalin Dahyabhai 2000-07-23 20:53:38 UTC
This is already fixed in our build tree.