Skip to Content.
Sympa Menu

shibboleth-dev - Re: trying beta-1 target, failing

Subject: Shibboleth Developers

List archive

Re: trying beta-1 target, failing


Chronological Thread 
  • From: Walter Hoehn <>
  • To: "RL 'Bob' Morgan" <>
  • Cc: Shibboleth Design Team <>
  • Subject: Re: trying beta-1 target, failing
  • Date: Fri, 15 Nov 2002 09:01:33 -0500

Hi Bob,

This symbol is actually defined in libxml.

$ nm libxml2.so.2.4.26 | egrep 'xmlIOFTPMatch'
00051368 T xmlIOFTPMatch

Since this version of libxml is actually included in the tarball, I am guessing that you have an older version in your environment that is being picked up first. I downloaded an older version of libxml, and it doesn't include the "xmlIOFTPMatch (const char *filename) function".

When you set your LD_LIBRARY_PATH, make sure you doing:

export LD_LIBRARY_PATH = /opt/shibboleth/lib/:$LD_LIBRARY_PATH

as opposed to:

export LD_LIBRARY_PATH = $LD_LIBRARY_PATH:/opt/shibbolet/lib/

Hope this helps,
Walter


RL 'Bob' Morgan wrote:
The first time it apparently couldn't find shibboleth.ini, so I added a
symlink from /etc/shibboleth.ini to /opt/shib...

Result after that:

% ./httpd.shib_target start
Starting httpd: Syntax error on line 1471 of /etc/httpd/conf/httpd.conf:
Cannot load /opt/shibboleth/libexec/mod_shibrm.so into server:
/opt/shibboleth/lib/libxmlsec.so.0: undefined symbol: xmlIOFTPMatch
1037352430 INFO shibtarget.ShibINI : initializing INI file:
/etc/shibboleth.ini (sensitive=true)
1037352430 INFO shibtarget.ShibINI refresh: reading /etc/shibboleth.ini
Trying to load logger configuration:
/opt/shibboleth/etc/shibboleth/shar.logger



So, any guesses?

- RL "Bob"



--
-------------------------
Walter F. Hoehn, Jr
Systems Programmer
Columbia University - EPIC
-------------------------

Attachment: pgpCOuqvfLLTz.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.16.

Top of Page