Platform Specific: Difference between revisions

No edit summary
Line 1: Line 1:
== 64 Bit OS ==
== 64 Bit OS ==


'''Currently, ZCS does not run on any 64 Bit operating systems'''
ZCS will run on RHEL 4 x86_64, with 32bit compat installed.  Some work is required to make the Zimbra perl scripts function though.  The perl modules included with Zimbra are 32bit.  Change the Zimbra users Perl @INC var and make sure all the needed modules are available in the RHEL 64bit Perl install.


[[Virtual Machine]]
[[Virtual Machine]]

Revision as of 13:26, 9 March 2006

64 Bit OS

ZCS will run on RHEL 4 x86_64, with 32bit compat installed. Some work is required to make the Zimbra perl scripts function though. The perl modules included with Zimbra are 32bit. Change the Zimbra users Perl @INC var and make sure all the needed modules are available in the RHEL 64bit Perl install.

Virtual Machine

Red Hat

Fedora Core

SuSE

General

If the mta won't start, make sure that the libraries are being found:

 postfix start

If you get errors like:

 /opt/zimbra/postfix-2.2.5/sbin/postsuper: error while loading shared libraries: libldap-2.2.so.7: cannot open shared object file: No such file or directory
 /opt/zimbra/postfix-2.2.5/sbin/postalias: error while loading shared libraries: libldap-2.2.so.7: cannot open shared object file: No such file or directory
 /opt/zimbra/postfix-2.2.5/sbin/postfix: error while loading shared libraries: libldap-2.2.so.7: cannot open shared object file: No such file or directory

Verify that /etc/ld.so.conf contains:

 /opt/zimbra/lib
 /opt/zimbra/sleepycat/lib
 /opt/zimbra/openldap/lib
 /opt/zimbra/cyrus-sasl/lib

then run ldconfig (as root).

SuSE ES9

OpenSuse 10

Debian

Mac OS X

PPC

Intel

Jump to: navigation, search