[JDEV] how tell libjabber where libxode is?

David Waite dwaite at jabber.com
Wed Nov 15 16:22:00 CST 2000


Looks like you installed libxode into the default destination,
/usr/local/lib. (with libxode-config probably being in /usr/local/bin)

Make sure that /usr/local/lib is in the system library path - it usually
isn't. Just make sure
'/usr/local/lib' is in /etc/ld.so.config, and then run ldconfig
(/sbin/ldconfig -v |grep xode)

/usr/local/bin is probably not in the default path either, you may need to
adjust that.

Finally, if you still have problems try configuring libjabber with
'./configure --prefix=/usr/local/'. I believe that it will assume libxode
installed to the same location if it can't get information from the program
libxode-configure.

-David Waite

"John A. Miller" wrote:

> I wonder if anyone could offer some advice for this situation. I
> downloaded and unzipped libxode-1.2, libjabber-1.2 & jabber-1.2 into my
> home directory /home/jmiller/. I then went into libxode-1.2 (as superuser)
> and issued the command "./configure && make install" and all went well. I
> then issued the command "/sbin/ldconfig", and then went into libjabber-1.2
> and issued the "./configure && make install" command. I then got an error
> message from configure that it couldn't find libxode! Can someone suggest
> a way to tell libjabber's configure script where to find libxode? I did
> try "./configure --with-libxode=/home/jmiller/libxode-1.2" but that didn't
> make any difference. The actual error message was:
>
> checking for libxode-config... no
>
> and the only other anomalous message was:
>
> checking for working makeinfo... missing
>
> Many thanks for any suggestions you may have.
>
> John Miller
>
> P.S. Compiling on RedHat 6 system.
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev





More information about the JDev mailing list