Upgraded RHEL server, shibboleth SP no longer building from source

Guillaume Rousse guillaume.rousse at renater.fr
Tue Jul 31 08:35:42 EDT 2018


Le 31/07/2018 à 14:21, Paul Beckett (ITCS - Staff) a écrit :
> I recently upgraded one of my RedHat Enterprise Linux 6 servers (from 
> RHEL 6.9 to RHEL 6.10) using yum update. The shibboleth dependencies 
> which were installed from the shibboleth repository were also updated.
> 
> For a variety of reasons, we use a source built Apache, requiring us to 
> build the shibboleth module from source. Our software stack versions are:
> 
> ·Apache 2.4.34
> 
> ·OpenSSL 1.1.0h
> 
> ·APR 1.6.3
> 
> ·APR-Util 1.6.1
> 
> ·shibboleth-sp-2.6.1
> 
> This built fine before, but now fails during the configure:
> 
> ./configure --with-apxs24=/usr/local/apache/bin/apxs --enable-apache-24 
> --prefix=/usr/local/shibsp
> 
> checking for a BSD-compatible install... /usr/bin/install -c
> 
> ...
> 
> checking for boost/tuple/tuple.hpp... yes
> 
> checking for ctime_r... yes, and it takes 2 arguments
> 
> checking for log4shib-config... no
> 
> configure: WARNING: log4shib-config not found, may need to use 
> --with-log4shib option
the 'log4shib-config' executable has been superseded by a pkg-config 
data file in log4shib 2.0, but the shibboleth SP 2.6 build system still 
relies on its presence. If you prefer to stay with this SP version, 
you'd better also keep old versions of its dependencies, to avoid this 
kind of issues. Otherwise, you can also recreate log4shib-config 
yourself, as a simple wrapper over pkg-config, ie:

#!/bin/sh
pkg-config log4shib $*

Regards.
-- 
Guillaume Rousse
Pôle SSI

Tel: +33 1 53 94 20 45
www.renater.fr

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3637 bytes
Desc: Signature cryptographique S/MIME
URL: <http://shibboleth.net/pipermail/users/attachments/20180731/1951e600/attachment.p7s>


More information about the users mailing list