Xymon Mailing List Archive search

Install issue - libssl.so open failed

list Christopher White
Thu, 24 Mar 2005 07:17:30 -0600 (CST)
Message-Id: <user-9dcd1b52e099@xymon.invalid>

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