Bug 5094

Summary: php3 doesn4t build as nonroot user
Product: [Retired] Red Hat Raw Hide Reporter: carenas
Component: mod_php3Assignee: Preston Brown <pbrown>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 1.0   
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: 1999-09-24 23:10:28 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 carenas 1999-09-13 03:53:03 UTC
on %build from php.spec, there is a call to
./configure --prefix=/usr \
          --with-apxs \

it doesn't work as expected, because apxs is on
/usr/sbin, where normal users didn't look for.

for it to work, should be

./configure --prefix=/usr \
          --with-apxs=/usr/sbin/apxs

Comment 1 Preston Brown 1999-09-24 23:10:59 UTC
fixed in 3.0.12-5.

Comment 2 openshift-github-bot 2017-09-06 00:36:30 UTC
Commit pushed to master at https://github.com/openshift/openshift-docs

https://github.com/openshift/openshift-docs/commit/34094257391422bf7ec398c8ad7e11c7206f5c20
Merge pull request #5134 from gaurav-nelson/Issue5094Fixes

Fixed Incorrect tag for upgrading cluster metrics