On Thu, Mar 28, 2002 at 10:49:46AM +0100, Michel Oosterbeek wrote:
> It didn't get me there yet, but it gave me an indication on where the real
> problem seems to be.
> On startup I got this message:
> 
> /opt/jabber-1.4.1/jabberd/jabberd: error while loading shared libraries:
> libpth.so.14: cannot open shared object file: No such file or directory

locate libpth.so.14
(write down path)

export LD_LIBRARAY_PATH=$PTH_LIB_PATH.

i.e., on my obsd box the pth lib is in /usr/local/lib/pth/libpth*, so
i have to do
export LD_LIBRARY_PATH=/usr/local/lib/pth

Since youre on a linux box, you can also add the Path directly to
/etc/ld.so.conf (add it after the last line) and then just run
`ldconfig`


        -mc

-- 
| Rico -mc- Gloeckner |   <[EMAIL PROTECTED]>   | {ICQ:99798577} |
| http://www.ukeer.de | mc (at) irc.tu-ilmenau.de | <[EMAIL PROTECTED]> |
| Jabber: [EMAIL PROTECTED] |                                          :wq
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to