Xymon Mailing List Archive search

hobbitd_client: fatal: libpcre.so.0: open failed

5 messages in this thread

list Uma Bandi · Tue, 19 Jun 2007 13:18:56 -0400 ·
Hi all,
 
I am getting following  error while I am running runclient.sh,  could
you please help me 
 
hobbitd_client: fatal: libpcre.so.0: open failed
 
Thanks 
 
Uma Maheswar
list Galen Johnson · Tue, 19 Jun 2007 13:36:32 -0400 ·
You either don't have the pcre libraries installed on that machine or libpcre.so.0 doesn't exist (or has the wrong permissions).  Did you compile hobbit on that server? (although, I didn't think the pcre libs were needed for the clients)
 
=G=
quoted from Uma Bandi


From: Bandi, Uma (GE Indust, Plastics, consultant) [mailto:user-55d20652efdc@xymon.invalid] 
Sent: Tuesday, June 19, 2007 1:19 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] hobbitd_client: fatal: libpcre.so.0: open failed


Hi all,
 
I am getting following  error while I am running runclient.sh,  could you please help me 
 
hobbitd_client: fatal: libpcre.so.0: open failed
 
Thanks 
 
Uma Maheswar
list Larry Barber · Tue, 19 Jun 2007 13:10:44 -0500 ·
You need the pcre libraries if you are doing client side configuration and
parsing, so you can parse re's in the configuration files. If you are using
server side parsing you don't need the pcre libs.

Thanks,
Larry Barber
quoted from Galen Johnson

On 6/19/07, Galen Johnson <user-87f955643e3d@xymon.invalid> wrote:
 You either don't have the pcre libraries installed on that machine or
libpcre.so.0 doesn't exist (or has the wrong permissions).  Did you
compile hobbit on that server? (although, I didn't think the pcre libs were
needed for the clients)

=G=

*From:* Bandi, Uma (GE Indust, Plastics, consultant) [mailto:
user-55d20652efdc@xymon.invalid]
quoted from Galen Johnson
*Sent:* Tuesday, June 19, 2007 1:19 PM
*To:* user-ae9b8668bcde@xymon.invalid
*Subject:* [hobbit] hobbitd_client: fatal: libpcre.so.0: open failed

 Hi all,

I am getting following  error while I am running runclient.sh,  could you
please help me

hobbitd_client: fatal: libpcre.so.0: open failed

Thanks

Uma Maheswar
list Uma Bandi · Tue, 19 Jun 2007 14:12:08 -0400 ·
 
Server is there already up and running, some body install that one, I am
new to this hobbit, now I want add one more client to hobbit server, on
client I installed PCRE, the the library is located in /usr/local/lib
Thanks 
 
Uma Maheswar
quoted from Galen Johnson


From: Galen Johnson [mailto:user-87f955643e3d@xymon.invalid] 
Sent: Tuesday, June 19, 2007 1:37 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] hobbitd_client: fatal: libpcre.so.0: open failed


You either don't have the pcre libraries installed on that machine or
libpcre.so.0 doesn't exist (or has the wrong permissions).  Did you
compile hobbit on that server? (although, I didn't think the pcre libs
were needed for the clients)
 
=G=


From: Bandi, Uma (GE Indust, Plastics, consultant)
[mailto:user-55d20652efdc@xymon.invalid] 
Sent: Tuesday, June 19, 2007 1:19 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] hobbitd_client: fatal: libpcre.so.0: open failed


Hi all,
 
I am getting following  error while I am running runclient.sh,  could
you please help me 
 
hobbitd_client: fatal: libpcre.so.0: open failed
 
Thanks 
 
Uma Maheswar
list Pkc_mls · Wed, 20 Jun 2007 09:39:16 +0200 ·
quoted from Uma Bandi
Bandi, Uma (GE Indust, Plastics, consultant) a écrit :
 Server is there already up and running, some body install that one, I am new to this hobbit, now I want add one more client to hobbit server, on client I installed PCRE, the the library is located in /usr/local/lib
Thanks
Hello,

If the OS is solaris, you can set the LD_LIBRARY_FILE var to include /usr/local/lib.
then run ldd against the hobbit binaries to make sure the program can find all the required libraries.
you can also add a line in the hobbit.sh to set correctly the LD_LIBRARY_PATH if your login
scripts don't do this properly.
Uma Maheswar