Bug 127977

Summary: missing BuildRequires on curl
Product: [Fedora] Fedora Reporter: Dax Kelson <dkelson>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED WORKSFORME QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: redhat-bugzilla
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: 2004-07-20 11:59:14 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 Dax Kelson 2004-07-15 21:24:34 UTC
Description of problem:

I tried to rebuild the php-4.3.8 on a old RHL7.3 box (don't ask).

I found that curl-devel should be in the BuildRequires.

Comment 1 Joe Orton 2004-07-16 07:53:36 UTC
$ grep curl php.spec
BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, expat-devel
...

what am I missing?

Comment 2 Robert Scheck 2004-07-16 09:17:27 UTC
Even http://updates.redhat.com/7.3/en/os/SRPMS/php-4.1.2-7.3.6.src.rpm
has curl-devel as build requirement:

# grep curl php.spec
BuildRequires: curl-devel
#