To all,
I am using Dovecot on solaris 10. Home directories are mounted using NFS. However, they are not readable by root.
I compiled Dovecot from the source. I set the following environment variables:
export LDFLAGS='-L/local/software/openssl/lib -R/local/software/openssl/lib'
export CPPFLAGS=-I/local/software/openssl/include
Then I ran gmake and the gmake install.
In the server logs, when I attempt to connect to port 993 using imap over SSL, i receive the following error:
dovecot: Mar 21 15:34:25 Info: imap-login: Login: user=<someusername>, method=PLAIN, rip=134.121.92.228, lip=134.121.5.141, TLS dovecot: Mar 21 15:34:25 Error: IMAP(someusername): ld.so.1: imap: fatal: libgcc_s.so.1: open failed: No such file or directory dovecot: Mar 21 15:34:25 Error: child 13085 (imap) killed with signal 9
Has anyone seen similar issues?
Randall