Xymon Mailing List Archive search

Hobbit Not Installed Properly

3 messages in this thread

list Haresh Shah · Wed, 3 Oct 2007 12:51:57 -0400 ·
Hi,
 
I am trying to install Hobbit and learn it's rich feature. all things
were going fine until the following :
when I try to run 'make install' command it gives the following error:
 
cd etcfiles; ../../build/merge-lines hobbitcgi.cfg
/home/Hobbit/server/etc/hobbitcgi.cfg
cd etcfiles; ../../build/merge-sects hobbitlaunch.cfg
/home/Hobbit/server/etc/hobbitlaunch.cfg larrdstatus=rrdstatus
larrddata=rrddata
cd etcfiles; ../../build/merge-sects client-local.cfg
/home/Hobbit/server/etc/client-local.cfg
cd etcfiles; ../../build/merge-sects hobbitgraph.cfg
/home/Hobbit/server/etc/hobbitgraph.cfg
cd etcfiles; ../../build/merge-lines columndoc.csv
/home/Hobbit/server/etc/columndoc.csv
cd etcfiles; (echo "bb-hosts"; echo "hobbit-alerts.cfg"; echo
"hobbit-clients.cfg"; echo "bbcombotest.cfg"; echo "client-local.cfg") |
../../build/setup-newfiles /home/Hobbit/server/etc/
ld.so.1: setup-newfiles: fatal: libssl.so.0.9.8: open failed: No such
file or directory
Killed
make[1]: *** [install-cfg] Error 137
 
I am using solaris.
I also added my linker path in the PATH (/usr/ccs/bin) but no luck!!
Please help me to resolve the issue. 
 
Thanks,
Haresh
list Henrik Størner · Wed, 3 Oct 2007 22:15:34 +0200 ·
quoted from Haresh Shah
On Wed, Oct 03, 2007 at 12:51:57PM -0400, Shah, Haresh K (GE, Corporate, consultant) wrote:
cd etcfiles; (echo "bb-hosts"; echo "hobbit-alerts.cfg"; echo
"hobbit-clients.cfg"; echo "bbcombotest.cfg"; echo "client-local.cfg") |
../../build/setup-newfiles /home/Hobbit/server/etc/
ld.so.1: setup-newfiles: fatal: libssl.so.0.9.8: open failed: No such
file or directory
Killed
make[1]: *** [install-cfg] Error 137
 
I am using solaris.
I also added my linker path in the PATH (/usr/ccs/bin) but no luck!!
Please help me to resolve the issue. 
Add the directory where you have the SSL libraries to your
LD_LIBRARY_PATH, e.g.
   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/ssl/lib
   export LD_LIBRARY_PATH
and run the "make install" again.

This will probably also bite you when you try to start Hobbit.
See http://www.hswn.dk/hobbit/help/known-issues.html#solarislinker
for a more permanent solution.


Henrik
list Haresh Shah · Thu, 4 Oct 2007 09:03:44 -0400 ·
Thanks Henrik..it works.
 
Thanks,
Haresh 
quoted from Haresh Shah

From: Shah, Haresh K (GE, Corporate, consultant) 
Sent: Wednesday, October 03, 2007 10:22 PM
To: 'user-ae9b8668bcde@xymon.invalid'
Subject: Hobbit Not Installed Properly


Hi,
 
I am trying to install Hobbit and learn it's rich feature. all things
were going fine until the following :
when I try to run 'make install' command it gives the following error:
 
cd etcfiles; ../../build/merge-lines hobbitcgi.cfg
/home/Hobbit/server/etc/hobbitcgi.cfg
cd etcfiles; ../../build/merge-sects hobbitlaunch.cfg
/home/Hobbit/server/etc/hobbitlaunch.cfg larrdstatus=rrdstatus
larrddata=rrddata
cd etcfiles; ../../build/merge-sects client-local.cfg
/home/Hobbit/server/etc/client-local.cfg
cd etcfiles; ../../build/merge-sects hobbitgraph.cfg
/home/Hobbit/server/etc/hobbitgraph.cfg
cd etcfiles; ../../build/merge-lines columndoc.csv
/home/Hobbit/server/etc/columndoc.csv
cd etcfiles; (echo "bb-hosts"; echo "hobbit-alerts.cfg"; echo
"hobbit-clients.cfg"; echo "bbcombotest.cfg"; echo "client-local.cfg") |
../../build/setup-newfiles /home/Hobbit/server/etc/
ld.so.1: setup-newfiles: fatal: libssl.so.0.9.8: open failed: No such
file or directory
Killed
make[1]: *** [install-cfg] Error 137
 
I am using solaris.
I also added my linker path in the PATH (/usr/ccs/bin) but no luck!!
Please help me to resolve the issue. 
 
Thanks,
Haresh