[JDEV] starting server..?? can't find jsm
Oliver Jones
oj at world.std.com
Mon Nov 6 07:27:30 CST 2000
At 11:14 AM 11/6/00 +0100, Noud from knot.nl wrote:
>host02# ./jabberd/jabberd -h host02.knot.nl
>Invalid Configuration in instance 'sessions':
><load main='jsm'>
> <jsm>./jsm/jsm.so</jsm> ...
I had a hard time getting relative library pathnames to work in the release
version of jabberd 1.2. (Linux RH6.2) (Relative pathnames did work in the
release candidate.) I changed the pathnames to absolute in the config file,
and it worked. Like this:
<load main='jsm'>
<jsm>/usr/src/jabber12/jabber-1.2/jsm/jsm.so</jsm> ...
There are several stanzas in the config file where paths to .so files are
mentioned. You need to change them all.
Does anybody know why relative paths stopped working? I tried all the
obvious stuff, like setting the current working directory explicitly, and
setting LD_LIBRARY_PATH.
Oliver Jones
DotClick
More information about the JDev
mailing list