Hobbit Not Installed Properly
list Haresh Shah
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
▸
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
Thanks Henrik..it works. Thanks, Haresh
▸
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