difficulty building shibboleth SP from source on RHEL6 for Apache 2.4

Cantor, Scott cantor.2 at osu.edu
Wed Sep 12 12:06:44 EDT 2012


On 9/12/12 12:01 PM, "Paul Beckett (ITCS)" <P.Beckett at uea.ac.uk> wrote:
>./configure --with-log4shib=/usr/local/shibboleth-sp
>--prefix=/usr/local/shibboleth-sp --enable-apache-20
>--with-apxs=/usr/local/apache/bin/apxs
>--with-apr=/usr/local/apache/bin/apr-1-config
>--with-apu=/usr/local/apache/bin/apu-1-config

As a starting point, you're telling it to build for Apache 2.0, not 2.4.
Fix that and see what happens. I'd also scour the config log and make sure
it's using the Apache dev files you want it to. Probably making sure the
built-in httpd-dev module isn't there would be good.

As a rule, don't build from source. Install RPMs for everything but the SP
part and then use rpmbuild to rebuild the RPM against your Apache. The
wiki has some material on that I think, as does the list archive.

-- Scott




More information about the users mailing list