Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-19-2009, 09:20 AM
Junior Member
 
Posts: 9
Default [SOLVED] zcs-NETWORK-6.0.2 amd64 on a debian lenny

Hello,

I'm trying to install zcs-NETWORK-6.0.2 amd64 on a debian lenny. For now, I have a zcs-NETWORK-5 on a debian etch and I need to upgrade it to delegate admin rights in a multi domain environment (it's impossible to do this with zcs-NETWORK-5).


I have this problem during the installation :

...
Cleaning up /etc/ld.so.conf...done.
Cleaning up /etc/logrotate.d/zimbra...done.
Cleaning up /etc/security/limits.conf...done.

Finished removing Zimbra Collaboration Suite.

Installing packages

zimbra-core......zimbra-core_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-ldap......zimbra-ldap_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-logger......zimbra-logger_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-mta......zimbra-mta_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-snmp......zimbra-snmp_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-store......zimbra-store_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-apache......zimbra-apache_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-spell......zimbra-spell_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
zimbra-convertd......zimbra-convertd_6.0.2_GA_1912.UBUNTU8_64_amd64.deb...done
/usr/bin/perl: symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-gnu-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr

I found on the forum, some peoples have the same message when they're trying to upgrade from etch to lenny with zcs-NETWORK-5.

here the perl version :

~ # perl -v

This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi

Thanks for your help.

Nico
Reply With Quote
  #2 (permalink)  
Old 11-19-2009, 04:23 PM
Zimbra Employee
 
Posts: 601
Default

The Network edition is not supported on Debian. Install on the OS (Ubuntu 8.0.4 LTS Server) that it was built for and you'll have better luck getting support.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 11-23-2009, 01:17 AM
Junior Member
 
Posts: 9
Default Same problem with os edition

Hello,

Thank for your response. Infortunatly, we only use debian in my compagny. I have done a fresh install of open source edition, I got the same error :

perl: symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-gnu-thread-multi/auto/Data/UUID/UUID.so: undefined symbol: Perl_Tstack_sp_ptr.

Is there support for this version ?
Reply With Quote
  #4 (permalink)  
Old 11-23-2009, 01:45 AM
Moderator
 
Posts: 7,911
Default

Perl_Tstack_sp_ptr
__________________
Reply With Quote
  #5 (permalink)  
Old 11-23-2009, 01:50 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by n.hicher View Post
Thank for your response. Infortunatly, we only use debian in my compagny.
If you install Zimbra on an unsupported platform it does mean that you will not receive support for Zimbra on this platform. Currently supported platforms are only the ones on the Downloads list.
__________________
Regards


Bill
Reply With Quote
  #6 (permalink)  
Old 11-27-2009, 06:19 AM
Junior Member
 
Posts: 9
Default

It's possible to install zimbra network edition on debian lenny

You have to downgrade perl before installation and modify util/utilfunc.sh

Code:
    if [ $PLATFORM = "DEBIAN5" ]; then
      PREREQ_PACKAGES="sudo libidn11 libpcre3 libgmp3c2 libexpat1 libstdc++6 libstdc++5"
      PRESUG_PACKAGES="perl-5.8.0 sysstat"
    fi
must be

Code:
    if [ $PLATFORM = "DEBIAN5" ]; then
      PREREQ_PACKAGES="sudo libidn11 libpcre3 libgmp3c2 libexpat1 libstdc++6 libstdc++5"
      PRESUG_PACKAGES="perl-5.08.0 sysstat"
    fi
for amd64 you have to do the same thing
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.