Courier-IMAP Problem
I am currently working on a Courier-IMAP install to run a simple squirrelmail box. I ran the install for courier and try to start the service with the following command:'/usr/lib/courier-imap/libexec/imapd.rc start' and it seems to launch but when I connect to squirrelmail I get the following error:
"Error connecting to IMAP server: localhost.
111 : Connection refused"
Which seems to me like Squirrelmail is configured correctly but the imap is not running. I have setup this before and have no problems with this, Anyone have an ideas on the possible problem?
If I run this command:
# /usr/lib/courier-imap/bin/imapd start
I get the following error:
/usr/lib/courier-imap/bin/imapd: error while loading shared libraries: libgdbm.so.3: cannot open shared object file: No such file or directory
I did install gdbm from source but it seemed to have installed fine.
Any ideas?
Thanks for your time.