Hi,
I need to move a Zimbra OSS installation running on FC7 to another server. The new server must run a more recent OS level, so I was trying FC11 since Zimbra supports this.
I have installed zcs-6.0.2_GA_1912.F11.20091020155433 on the new server and verified that everything works fine. I then removed the newly created /opt/zimbra directory, and replaced it with the old production /opt/zimbra from the FC7 box.
I then ran ./install.sh and was hoping that it would upgrade Zimbra to FC11, but I constantly get the error below. I also tried to move to CentOS and different x64-variants, but always the same error. Does anyone recognize this error? Is the problem in the old FC7 environment? Zimbra has been upgraded on FC7 several times without any errors..!
Thanks
-------------------
[root@mail1 zcs-6.0.2_GA_1912.F11.20091020155433]# ./install.sh
Operations logged to /tmp/install.log.6649
Checking for existing installation...
zimbra-ldap...FOUND zimbra-ldap-6.0.2_GA_1912
zimbra-logger...FOUND zimbra-logger-6.0.2_GA_1912
zimbra-mta...FOUND zimbra-mta-6.0.2_GA_1912
zimbra-snmp...FOUND zimbra-snmp-6.0.2_GA_1912
zimbra-store...FOUND zimbra-store-6.0.2_GA_1912
zimbra-apache...FOUND zimbra-apache-6.0.2_GA_1912
zimbra-spell...FOUND zimbra-spell-6.0.2_GA_1912
zimbra-convertd...NOT FOUND
zimbra-memcached...NOT FOUND
zimbra-proxy...NOT FOUND
zimbra-archiving...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...FOUND zimbra-core-6.0.2_GA_1912
ZCS upgrade from 6.0.2 to 6.0.2 will be performed.
Saving existing configuration file to /opt/zimbra/.saveconfig
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for the Zimbra Collaboration Suite:
Zimbra - Zimbra Public End-User License Agreement, Version 2.1
Press Return to continue
Checking for prerequisites...
FOUND: NPTL
FOUND: sudo-1.7.1-4
FOUND: libidn-1.9-4
FOUND: gmp-4.2.4-6
FOUND: bind-libs-9.6.1-6
FOUND: cronie-1.3-3
FOUND: /usr/lib/libstdc++.so.6
Checking for suggested prerequisites...
Prerequisite check complete.
Checking current number of databases...
df: no file systems processed
Do you want to verify message store database integrity? [Y]
Verifying integrity of message store databases. This may take a while.
Starting mysqld...done.
mysqld is alive
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/Data/UUID/UUID.so: undefined symbol: Perl_Tstack_sp_ptr
mysqld is alive
Stopping mysqld... done.
[root@mail1 zcs-6.0.2_GA_1912.F11.20091020155433]#
--------------------------------