Apxs missing with the ood httpd implementation?

We’re trying to get cas working with ood and the various ways of implementation require apxs which is not available with the ood setup. How do we get that?

apr is also required and is also missing. So the following will not work for building mod_auth_cas…

./configure --prefix=/opt/rh/httpd24/root/etc/httpd/modules --with-apxs=/opt/rh/httpd24/root/usrbin/apxs --with-apr=/opt/rh/httpd24/root/usr/bin/apr-1-config

This is the Software Collections package page: https://www.softwarecollections.org/en/scls/rhscl/httpd24/

If you do sudo yum list httpd24\* do you see available packages with the httpd24- prefix that might address what is missing?

I see apr in that list but not apx…

@wew did you solve your issue? I’d be interested in hearing how you did it and if new customers using CAS would have to do the same.