Page 1 of 1

dependency errors during installation Centos 5

Posted: Wed Nov 21, 2007 4:41 pm
by pieter96
during installation on Centos 5 (64 bit) the following errors occured

Dependency check warning -- The following packages will be installed next to resolve conflicts:
libical-devel and libical
Dependency check failed -- Please resolve the following package conflicts and re-run the system checks:
/usr/lib/sasl2/libcrammd5.so is needed by scalix-server-11.2.0.11121-1.rhel5.i386
/usr/lib/sasl2/libdigestmd5.so is needed by scalix-server-11.2.0.11121-1.rhel5.i386
libcrammd5.so.2 is needed by scalix-server-11.2.0.11121-1.rhel5.i386
libdigestmd5.so.2 is needed by scalix-server-11.2.0.11121-1.rhel5.i386

I tried to install these packages but nothing happened

how can I solve these errors ?

Post subject: dependency errors during installation Centos 5

Posted: Fri Nov 23, 2007 5:22 am
by andreasb
To get rid of these you have to install the following packages and their dependencies as well:

- cyrus-sasl-md5

You might also need these (if not already installed):

- compat-libstdc++296
- postgresql
- postgresql-server
- sendmail-cf

Re: Post subject: dependency errors during installation Cent

Posted: Fri Nov 23, 2007 7:07 am
by pieter96
andreasb wrote:To get rid of these you have to install the following packages and their dependencies as well:

- cyrus-sasl-md5

You might also need these (if not already installed):

- compat-libstdc++296
- postgresql
- postgresql-server
- sendmail-cf


I see now that I installed the 64 bit version of cyrus-sasl-md5, en not the 32 bit.

by the way, does scalix support the centos 5.0 64 bit version ?

Re: Post subject: dependency errors during installation Cent

Posted: Fri Nov 23, 2007 8:05 am
by pieter96
andreasb wrote:To get rid of these you have to install the following packages and their dependencies as well:

- cyrus-sasl-md5

You might also need these (if not already installed):

- compat-libstdc++296
- postgresql
- postgresql-server
- sendmail-cf


I removed the 64 bit version and installed the 32 bit of cyrus-sasl=md5

now the installation was succesful !

thanx !