Xymon Mailing List Archive search

xymonnet error - will not start due to pcre

list Tim McCloskey
Wed, 11 Dec 2013 23:05:58 +0000
Message-Id: <user-4bb96c96bd9a@xymon.invalid>

From: Xymon [xymon-bounces at xymon.com] on behalf of Japheth Cleaver [user-87556346d4af@xymon.invalid]
Sent: Wednesday, December 11, 2013 3:02 PM
To: Sheldon Campbell
Cc: xymon at xymon.com
Subject: Re: [Xymon] xymonnet error - will not start due to pcre

On Wed, December 11, 2013 2:46 pm, Sheldon Campbell wrote:
Hi
Hope someone can offer insight into this issue whereby the xymonnet.log
continues to report the following error.
exec(): 0509-036 Cannot load program xymonnet because of the following
errors:        0509-150   Dependent module ../lib/libpcre.a(libpcre.so.1)
could not be loaded.        0509-022 Cannot load module
../lib/libpcre.a(libpcre.so.1).        0509-026 System error: A file or
directory in the path name does not exist.
I have tried setting the following to LIBRARY PATH's but this has not
helped
export  LD_LIBRARY_PATH="/usr/local/bin"export LIBPATH="/usr/local/bin"
Did you compile it locally? If so, has anything changed with pcre or
pcre-devel since then? Can you post the configure output from the initial
compile?

Regards,

-jc


Did you mean to add /usr/local/bin?
export  LD_LIBRARY_PATH="/usr/local/bin"export LIBPATH="/usr/local/bin"
Dependent module ../lib/libpcre.a(libpcre.so.1)
Where is libpcre.a located?