[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit Not Installed Properly
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hobbit Not Installed Properly
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Wed, 3 Oct 2007 22:15:34 +0200
- References: <802789653FBE7445BF7EA6181DF47BA603F65A75 (at) ALPMLVEM16.e2k.ad.ge.com>
- User-agent: Mutt/1.5.13 (2006-08-11)
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