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
fixed in 3.0.12-5.
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