[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Install issue - libssl.so open failed
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Install issue - libssl.so open failed
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Wed, 23 Mar 2005 22:38:22 +0100
- References: <20050323203448.4905CA7622@tera.cs.umn.edu>
- User-agent: Mutt/1.5.5.1i
On Wed, Mar 23, 2005 at 02:34:48PM -0600, Christopher White wrote:
> All,
> I'm trying to compile hobbit, and have gotten most of the way there,
> but now am running into this error when doing a 'make install' (the
> make itself worked fine):
>
> cd etcfiles; ../../build/merge-lines columndoc.csv /opt/hobbit/server/etc/columndoc.csv
> cd etcfiles; (echo "bb-hosts"; echo "hobbit-alerts.cfg"; echo "bbcombotest.cfg") | ../../build/setup-newfiles /opt/hobbit/server/etc/
> ld.so.1: ../../build/setup-newfiles: fatal: libssl.so.0.9.7: open failed: No such file or directory
The "setup-newfiles" uses an MD5 hash to see if any existing files are
a previous version of the standard Hobbit file; if they are, then it
is safe to replace them with the current version.
Try doing (as root):
LD_LIBRARY_PATH=/usr/local/ssl/lib/libssl.so.0.9.7
export LD_LIBRARY_PATH
make install
Regards,
Henrik