hobbitd_client: fatal: libpcre.so.0: open failed
list Uma Bandi
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
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 Larry Barber
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
▸
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]
▸
*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
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
▸
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
▸
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