Bug 144061 - httpd-devel doesn't contain apxs
Summary: httpd-devel doesn't contain apxs
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-04 08:58 UTC by Nigel Horne
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-04 09:03:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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)


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