[JDEV] Jabberd in Startup on Linux
Michel Oosterbeek
oosterbeek.mah at stu.hsbrabant.nl
Thu Mar 28 06:18:31 CST 2002
> 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: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org]Namens Rico
-mc- Gloeckner
Verzonden: donderdag 28 maart 2002 11:01
Aan: jdev at jabber.org
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 | <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
_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev
More information about the JDev
mailing list