Problem with Centos 6.1
Peter Schober
peter.schober at univie.ac.at
Tue Dec 20 10:56:43 GMT 2011
* Martins Purins <mpurins at gmail.com> [2011-12-20 11:15]:
> Problem with c6
> https://c6/Shibboleth.sso/Metadata returns error
> "Metadata Request Failed"
Jfyi, you don't need that, just use /etc/shibboleth/metagen.sh to
generate a metadata example.
> ldconfig -v | grep libcur
> ldconfig: /etc/ld.so.conf.d/kernel-2.6.32-131.21.1.el6.x86_64.conf:6:
> duplicate hwcap 0 nosegneg
> libcurl.so.4 -> libcurl.so.4.1.1
That doesn't mean anything. Look at /etc/init.d/shibd to find out
what's relevant. Try this on the shell:
$ LD_LIBRARY_PATH=/opt/shibboleth/lib64:$LD_LIBRARY_PATH ldd /usr/sbin/shibd | fgrep curl
> I have done workaround but I think it is not the best way, because of
> possible problems with other software
> touch /etc/ld.so.conf.d/libcurl-shibd-x86_64.conf
> echo "/opt/shibboleth/lib64" > /etc/ld.so.conf.d/libcurl-shibd-x86_64.conf
>
> ldconfig -v | grep curl
> ldconfig: /etc/ld.so.conf.d/kernel-2.6.32-131.21.1.el6.x86_64.conf:6:
> duplicate hwcap 0 nosegneg
> libcurl.so.4 -> libcurl.so.4.2.0
> libcurl.so.4 -> libcurl.so.4.1.1
Don't do that. Nothing else in the systems needs libcurl linked
against openssl (though nothing should break with /just/
libcurl-openssl; having both there I'm not so sure this won't do any
harm).
So you're "fixing" stuff that I'm not sure is broken, IMHO.
-peter
More information about the users
mailing list