> 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`
I already tried that, but unfortunately it doesn't seem to help. It still keeps telling me it can't find libpth.so.14 (or sometimes 13), while both files are in the dir I mentioned in /etc/ld.so.conf Michel. -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Rico -mc- Gloeckner Verzonden: donderdag 28 maart 2002 11:01 Aan: [EMAIL PROTECTED] Onderwerp: Re: [JDEV] Jabberd in Startup on Linux 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 _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
