ld.so.1: imapd: fatal: libssl.so.0.9.7: open failed: No such file or directory
OpenSSL on your system is built as a shared library. That is, the SSL routines are not lunk into the imapd binary, but rather are in a separate file (called libssl.so.0.9.7) which is loaded at runtime.
That file is not in the default library path, and imapd therefore can not find it.
Normally, OpenSSL is not built as a shared library. Did you build OpenSSL yourself, or did you install a pre-built OpenSSL binary distribution? If the latter, you need to find the libssl.so.0.9.7 file and make sure that it is included in the default library path.
Good luck!
-- Mark --
http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum.
