Date: Tue, 17 Feb 2004 11:55:13 +0100
From: Thomas Maschutznig
Subject: OpenGroupware.org HOWTO - Comments for ES3
Hi!
Thank you for the HOWTO; I have some comments for getting things to work
on a RedHat ES3.
- You absolutely need "export LD_ASSUME_KERNEL=2.4.1" on ES3 as well
- On starting Ogo I got this error:
"error while loading shared libraries: libssl.so.0.9.6: cannot open
shared object file: No such file or directory"
More or less obvious, this can be (quick)fixed by symlinking to the
installed openssl 0.9.7a libs.
cd /lib
ln -s libssl.so.0.9.7a libssl.so.0.9.6
ln -s libcrypto.so.0.9.7a libcrypto.so.0.9.6
My sshd still worked after this :-)
Kind regards,
Thomas
Back to the Howto