Skip to Content.
Sympa Menu

shibboleth-dev - libsaml.la advice

Subject: Shibboleth Developers

List archive

libsaml.la advice


Chronological Thread 
  • From: Noah Levitt <>
  • To:
  • Subject: libsaml.la advice
  • Date: Thu, 1 Apr 2004 16:47:16 -0500
  • Secret-nsa-message-id: 3b026257dfe9ed894171dbbb76f5b2ba

opensaml/doc/INSTALL.txt says:

On Linux, you may have a problem later linking against libsaml because of
an error in the libtool archive, libsaml.la. To fix this, edit that file
and remove the reference to /usr/lib/libstdc++.so

$ vi /opt/shibboleth/lib/libsaml.la
(edit the dependency list to remove the non-existing libstdc++ in /usr/lib)

Better advice might be simply to rm /opt/shibboleth/lib/*.la.
.la files only get in the way. Distros mostly don't ship
them, and on my system I recklessly did rm -f /usr/lib/*.la
to solve a libtool issue, and encountered no adverse
effects.

Noah



Archive powered by MHonArc 2.6.16.

Top of Page