Bug 6618 - apxs installs modules in the wrong place
Summary: apxs installs modules in the wrong place
Keywords:
Status: CLOSED DUPLICATE of bug 5650
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: apache
Version: 6.1
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-11-01 23:20 UTC by simon.greaves
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-11-02 15:56:59 UTC
Embargoed:


Attachments (Terms of Use)

Description simon.greaves 1999-11-01 23:20:03 UTC
Using apxs to install a locally compiled version of php
fails because apxs tries to install it to a 'modules'
directory in the current directory, not into the apache
tree.

The fix I used is to manually edit /usr/sbin/apxs, changing
the line:

my $CFG_LIBEXECDIR    = 'modules';

to:

my $CFG_LIBEXECDIR    = '/usr/lib/apache';

Will email a trivial patch.

Simon

Comment 1 Preston Brown 1999-11-02 15:56:59 UTC
*** This bug has been marked as a duplicate of 5650 ***


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