I'm having problem installing scalix 11 on RHEL4 x86_64.
Below is the list of dependencies problem when running scalix_installer:
Code: Select all
Dependency check failed -- The 32bit version of cyrus-sasl-plain package is needed by the Scalix Server.
Dependency check failed -- The 32bit version of cyrus-sasl-md5 package is needed by the Scalix Server.
Dependency check failed -- Please resolve the following package conflicts and re-run the system checks:
compat-libstdc++-296 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libcrypto.so.4 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libgcc_s.so.1 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libgcc_s.so.1(GCC_3.0) is needed by scalix-server-11.0.2.17-1.rhel4.i386
libgssapi_krb5.so.2 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libkrb5.so.3 is needed by scalix-server-11.0.2.17-1.rhel4.i386
liblber-2.2.so.7 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libldap-2.2.so.7 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libncurses.so.5 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libsasl2.so.2 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libstdc++.so.6 is needed by scalix-server-11.0.2.17-1.rhel4.i386
libstdc++.so.6(CXXABI_1.3) is needed by scalix-server-11.0.2.17-1.rhel4.i386
libstdc++.so.6(GLIBCXX_3.4) is needed by scalix-server-11.0.2.17-1.rhel4.i386
libxml2.so.2 is needed by scalix-server-11.0.2.17-1.rhel4.i386
httpd is needed by scalix-tomcat-connector-11.0.0.181-1.rhel4.x86_64
postgresql >= 7.4 is needed by scalix-postgres-11.0.2.23-1.noarch
postgresql < 9 is needed by scalix-postgres-11.0.2.23-1.noarch
postgresql-server >= 7.4 is needed by scalix-postgres-11.0.2.23-1.noarch
postgresql-server < 9 is needed by scalix-postgres-11.0.2.23-1.noarch
Suggested resolutions:
httpd-2.0.52-9.ent.x86_64.rpm
postgresql-7.4.6-1.RHEL4.2.x86_64.rpm
postgresql-server-7.4.6-1.RHEL4.2.x86_64.rpm
however, before this problem, I have successfully installed scalix manually on redhat enterprise 4 32 bit. there were also dependencies problems with postgres and httpd-2. But I can managed to make it work properly.
But when I tried to install it in RHEL 64 bit, there are so many library dependencies problem occured. i'm wondering, can I install the 32 bit version of cyrus-sasl-plain and cyrus-sasl-md5 while there are also 64 bit version of it with the same package name?
I have already checked the other libraries such as libstdc++, etc.. are already installed.
any help is very appreciated.
thank you.