[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: white (at) cs.umn.edu (Christopher White)
- Date: Thu, 24 Mar 2005 07:17:30 -0600 (CST)
> 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
Almost worked -- just needed to change the LD_LIBRARY_PATH to not include the
actual library ;)
LD_LIBRARY_PATH=/usr/local/ssl/lib/
After that, the install went fine. Thanks! :)
CW