24 Mar
2005
24 Mar
'05
1:17 p.m.
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