Ahh, I forgot the ldconfig -v thing. Thanks for the help, I know it
wasn't a hobbit problem, so extra thanks!
Michael
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Sunday, June 26, 2005 1:57 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] WWW pages missing
On Sun, Jun 26, 2005 at 11:01:36AM -0500, Lowery, Michael wrote:
/home/hobbit/server/ext/bbcombotest: error while loading shared
libraries: libpcre.so.0: cannot load shared object file: No such file
or
directory
I also have this file in:
/usr/local/lib/libpcre.so.0
What do I need to do to tell Hobbit to use it?
Redhat 7.1
Add a line with
/usr/local/lib
to /etc/ld.so.conf, then run "ldconfig -v" and check that the
libpcre library is listed in the output.
Henrik