how to install shibboleth

Issues related to software problems.
Post Reply
raffaele.fabbri
Posts: 79
Joined: 2015/03/14 07:57:15

how to install shibboleth

Post by raffaele.fabbri » 2016/01/11 15:41:05

On cento 5

Code: Select all

cat /etc/issue
CentOS release 5.11 (Final)
Kernel \r on an \m
I'd get shibboleth-sp from

Code: Select all

wget http://shibboleth.net/downloads/service-provider/latest/shibboleth-sp-2.5.5.tar.gz
tar -xvzf shibboleth-sp-2.5.5.tar.gz
cd shibboleth-sp-2.5.5
./configure
and I obtain the warning

Code: Select all

configure: WARNING: log4shib-config not found, may need to use --with-log4shib option
configure: WARNING: will look for original log4cpp library
checking for log4cpp-config... no
configure: error: log4cpp-config not found, may need to use --with-log4cpp option
I have tryed to install

Code: Select all

yum install log4shib opensaml xerces xml-security xmltooling rpm-build libxerces-c-devel libxml-security-c-devel libxmltooling-devel libsaml-devel xmltooling-schemas opensaml-schemas 
Setting up Install Process
No package log4shib available.
No package opensaml available.
No package xerces available.
No package xml-security available.
Package xmltooling-1.2.2-3.el5.i386 already installed and latest version
Package rpm-build-4.4.2.3-36.el5_11.i386 already installed and latest version
No package libxerces-c-devel available.
No package libxml-security-c-devel available.
No package libxmltooling-devel available.
No package libsaml-devel available.
No package xmltooling-schemas available.
No package opensaml-schemas available.
Nothing to do
with command

Code: Select all

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/security:shibboleth/CentOS_5/security:shibboleth.repo
yum install log4shib
I add log4shib but no solve the problem


what can I do to install shibboleth-sp on centos 5?
can somebody help me?
thank's in advance
sorry for my bad english

Post Reply