Bug 144061

Summary: httpd-devel doesn't contain apxs
Product: [Fedora] Fedora Reporter: Nigel Horne <njh>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-04 09:03:01 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 Nigel Horne 2005-01-04 08:58:47 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041111 Firefox/1.0

Description of problem:
According to 'rpm -qi httpd-devel':

"The httpd-devel package contains the APXS binary"

But it doesn't

Version-Release number of selected component (if applicable):
httpd-devel-2.0.52-3.1

How reproducible:
Always

Steps to Reproduce:
1. Install httpd-devel
2. Start kterm
3. Type 'apxs'
    

Actual Results:  bash: apxs: command not found

Expected Results:  Apxs should run.

Additional info:

Which package contains apxs?

Comment 1 Joe Orton 2005-01-04 09:03:01 UTC
$ rpm -q httpd-devel
httpd-devel-2.0.52-3.1.i386
$ rpm -ql httpd-devel | grep apxs
/usr/sbin/apxs
/usr/share/man/man8/apxs.8.gz

(/usr/sbin is not in $PATH if you're not root)