26 Jun
2005
26 Jun
'05
6:56 p.m.
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