Xymon Mailing List Archive search

Monitoring and ESX host

list Henrik Størner
Mon, 2 Jul 2007 23:11:23 +0200
Message-Id: <user-49904c1cbb1a@xymon.invalid>

On Mon, Jul 02, 2007 at 01:55:10PM -0400, Allen Jasewicz wrote:
I am on Solaris 9, and still digging
Most of those who have problems on Solaris is because the shared
libraries used by Hobbit are in /usr/local/lib, which is not searched
by default by the dynamic linker.

Try adding

   LD_LIBRARY_PATH=/usr/local/lib
   export LD_LIBRARY_PATH

at the top of your hobbitcgi.cfg file, or use the "crle" utility to
include /usr/local/lib in your system's default library path.


Regards,
Henrik