[JDEV] Jabberd in Startup on Linux
Rico -mc- Gloeckner
jdev at ukeer.de
Thu Mar 28 04:01:29 CST 2002
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 | <rico at gloeckner.info> | {ICQ:99798577} |
| http://www.ukeer.de | mc (at) irc.tu-ilmenau.de | <mc at na.sow.as> |
| Jabber: mc at micq.org | :wq
More information about the JDev
mailing list