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