Description of problem: Rebuilding the mod_auth_kerb SRPM as a non-root user fails. Version-Release number of selected component (if applicable): 5.1-3.el5 fails - 5.1-3 untested. How reproducible: Always Steps to Reproduce: 1. Rebuild SRPM as a non-root user 2. Watch it fail 3. Actual results: Build failure with apxs not found Expected results: Correct build Additional info: apxs is needed by the build, and configure checks for it. Unfortunately, httpd-devel puts apxs into /usr/sbin, which is not on path for non-root users, so apxs is not found. The build bombs at that point. As a workaround, /usr/sbin can be appended to PATH, which makes the build succeed - but the fault should really be corrected with the call to configure in the .spec file.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0078.html