Bug 14450 - MySQL extension in the PHP specfile.
Summary: MySQL extension in the PHP specfile.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: php
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-22 00:31 UTC by Need Real Name
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-22 00:31:56 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.