I have been trying to install Scalix on a Suse 9.x box. I receive the following messages in /var/log/messages
omsmtpd: unable to dlopen /opt/scalix/lib/security/libplain.so: /opt/scalix/lib/security/libplain.so: cannot open shared object file: No such file or directory
Apr 24 14:55:16 moreau omsmtpd: unable to dlopen /opt/scalix/lib/security/libdigestmd5.so: /opt/scalix/lib/security/libdigestmd5.so: cannot open shared object file: No such file or directory
Apr 24 14:55:16 moreau omsmtpd: unable to dlopen /opt/scalix/lib/security/libcrammd5.so: /opt/scalix/lib/security/libcrammd5.so: cannot open shared object file: No such file or directory
Here is the contents of /opt/scalix/lib/security
lrwxrwxrwx 1 root root 34 Apr 24 14:50 libcrammd5.so -> /usr/local/lib/sasl2/libcrammd5.so
lrwxrwxrwx 1 root root 36 Apr 24 14:52 libdigestmd5.so -> /usr/local/lib/sasl2/libdigestmd5.so
lrwxrwxrwx 1 root root 26 Apr 24 14:18 liblogin.so -> /usr/lib/sasl2/liblogin.so
-r-xr-xr-x 1 scalix scalix 9452 Mar 27 12:27 libom_gssapiv2.so
lrwxrwxrwx 1 root root 32 Apr 24 14:52 libplain.so -> /usr/local/lib/sasl2/libplain.so
-r-xr-xr-x 1 scalix scalix 6024 Mar 27 12:27 om_debug.so
-r-xr-xr-x 1 scalix scalix 5972 Mar 27 12:27 om_diag.so
-r-xr-xr-x 1 scalix scalix 12656 Mar 27 12:27 om_krb5.so
-r-xr-xr-x 1 scalix scalix 13144 Mar 27 12:27 om_ldap.so
-r-xr-xr-x 1 scalix scalix 3964 Mar 27 12:27 om_om2authid.so
Here is the contents of user local/lib/sasl2
-rwxrwxrwx 1 scalix scalix 674 Apr 24 13:48 libcrammd5.la
lrwxrwxrwx 1 root root 20 Apr 24 13:48 libcrammd5.so -> libcrammd5.so.2.0.21
lrwxrwxrwx 1 root root 20 Apr 24 13:48 libcrammd5.so.2 -> libcrammd5.so.2.0.21
-rwxrwxrwx 1 scalix scalix 76662 Apr 24 13:48 libcrammd5.so.2.0.21
-rwxrwxrwx 1 scalix scalix 704 Apr 24 13:48 libdigestmd5.la
lrwxrwxrwx 1 root root 22 Apr 24 13:48 libdigestmd5.so -> libdigestmd5.so.2.0.21
lrwxrwxrwx 1 root root 22 Apr 24 13:48 libdigestmd5.so.2 -> libdigestmd5.so.2.0.21
-rwxrwxrwx 1 scalix scalix 161059 Apr 24 13:48 libdigestmd5.so.2.0.21
-rwxrwxrwx 1 scalix scalix 670 Apr 24 13:48 libplain.la
lrwxrwxrwx 1 root root 18 Apr 24 13:48 libplain.so -> libplain.so.2.0.21
lrwxrwxrwx 1 root root 18 Apr 24 13:48 libplain.so.2 -> libplain.so.2.0.21
-rwxrwxrwx 1 scalix scalix 69923 Apr 24 13:48 libplain.so.2.0.21
Can someone help me out with this? I have been staring at it all day and it refuses to change. What am I missing.
Thanks for your time.