Hi guys,
I'M trying to upgrade my zimbra install with package 4.5.10 but I'm unable to do it. Here is what i get.
I'm running Debian Etch.
In /etc/debian_version I have 4.0
The install starts but then fails.
Here is the output:
Code:
./install.sh
Operations logged to /tmp/install.log.17515
Checking for existing installation...
zimbra-ldap...FOUND zimbra-ldap-4.5.7_GA_1319.DEBIAN3.1
zimbra-logger...FOUND zimbra-logger-4.5.7_GA_1319.DEBIAN3.1
zimbra-mta...FOUND zimbra-mta-4.5.7_GA_1319.DEBIAN3.1
zimbra-snmp...FOUND zimbra-snmp-4.5.7_GA_1319.DEBIAN3.1
zimbra-store...FOUND zimbra-store-4.5.7_GA_1319.DEBIAN3.1
zimbra-apache...FOUND zimbra-apache-4.5.7_GA_1319.DEBIAN3.1
zimbra-spell...FOUND zimbra-spell-4.5.7_GA_1319.DEBIAN3.1
zimbra-core...FOUND zimbra-core-4.5.7_GA_1319.DEBIAN3.1
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:
http://www.zimbra.com/license/zimbra_public_eula_2.1.html
Press Return to continue
Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.8p12-4
libidn11...FOUND libidn11-0.6.5-1
curl...FOUND curl-7.15.5-1etch1
fetchmail...FOUND fetchmail-6.3.6-1etch1
libgmp3c2...FOUND libgmp3c2-2:4.2.1+dfsg-4
libxml2...FOUND libxml2-2.6.27.dfsg-1
libstdc++6...FOUND libstdc++6-4.1.1-21
openssl...FOUND openssl-0.9.8c-4etch1
Checking current number of databases...
Do you want to verify message store database integrity? [Y]
Verifying integrity of message store databases. This may take a while.
mysqld is alive
Generating report
No errors found
Checking for installable packages
Found zimbra-core
Error: attempting to install i386 packages on a unknown OS.
Exiting... In the file zcs/util/utilfunc.sh, there is a part wher it checks for debian 4.0 so 4.0 seems to be supported by the installer in version 4.5.10, see here:
Code:
getPlatformVars() {
PLATFORM=`bin/get_plat_tag.sh`
if [ $PLATFORM = "DEBIAN3.1" -o $PLATFORM = "UBUNTU6" -o $PLATFORM = "DEBIAN4.0" ]; then
PACKAGEINST='dpkg -i'
PACKAGERM='dpkg --purge'
PACKAGEQUERY='dpkg -s'
PACKAGEEXT='deb'
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3 libxml2 libstdc++6 openssl"
if [ $PLATFORM = "UBUNTU6" ]; then
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libpcre3 libgmp3c2 libexpat1 libxml2 libstdc++6 libstdc++5 openssl"
fi
if [ $PLATFORM = "DEBIAN4.0" ]; then
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3c2 libxml2 libstdc++6 openssl"
fi But still the upgrade fails saying I'm trying:
Code:
Found zimbra-core
Error: attempting to install i386 packages on a unknown OS.
Exiting...
Any idea?
Thanx!