Xymon Mailing List Archive search

problems load larrd library - rc-03

list Marco Avvisano
Wed, 23 Feb 2005 12:57:48 +0100
Message-Id: <00fd01c5199e$e81f9c00$2b01d59f@pcma13319new>

I try your adds, and now the only error  in my larrd  data log is:

2005-02-23 12:56:29 xfree: Trying to free a NULL pointer2005-02-23 12:56:29
Worker process died with exit code 134, terminating

Core files are always generated

I could not see the rrd graphs. In my http error log i see this error

error while loading shared libraries: librrd.so.0: cannot open shared object
file: No such file or directory.

thanks for help

Marco

----- Original Message ----- 
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Wednesday, February 23, 2005 12:27 PM
Subject: Re: [hobbit] problems load larrd library - rc-03

On Wed, Feb 23, 2005 at 10:53:51AM +0100, Marco Avvisano wrote:
I always problem to load larrd libraries :
my SO is Red Hat Enterprise Linux ES release 3 (Taroon Update 3)
Could you try the attached updated configure-script and Makefile's:
Save it to /tmp, then run

 cd hobbit-4.0-RC3
 tar zxf /tmp/makesfiles.tar.gz
 rm Makefile
 ./configure
 make
 su -c "make install"

This adds the needed "-Wl,--rpath" options to the linker-command,
so it should be able to find the runtime shared libraries without
having to mess with LD_LIBRARY_PATH.

Let me know if this helps.

(This should work for all Linux- and *BSD systems).


Henrik
----