[hobbit] Install issue - libssl.so open failed

Christopher White white at cs.umn.edu
Thu Mar 24 14:17:30 CET 2005


> 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



More information about the Xymon mailing list