Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: how to install zimbra in ubuntu 9.04 server?

  1. #1
    Join Date
    Jan 2007
    Location
    heaven , Malaysia
    Beans
    806

    Unhappy how to install zimbra in ubuntu 9.04 server?

    i know...it is risky..but i hope i don't need to spend time to format and downgrade my server to 8.04 LTS...because the only version available is that version...so here is goes
    root@ubuntu:/home/radzi/zcs-6.0.0_BETA1_1397.UBUNTU8.20090415162243# ./install.sh
    WARNING: ZCS is currently only supported on Ubuntu Server 6.06 and 8.04 LTS.
    You are attempting to install on Ubuntu 9.04 which may not work.
    Support will not be provided if you choose to continue.


    Do you wish to continue? [N] y

    Operations logged to /tmp/install.log.23759
    Checking for existing installation...
    zimbra-ldap...NOT FOUND
    zimbra-logger...NOT FOUND
    zimbra-mta...NOT FOUND
    zimbra-snmp...NOT FOUND
    zimbra-store...NOT FOUND
    zimbra-apache...NOT FOUND
    zimbra-spell...NOT FOUND
    zimbra-convertd...NOT FOUND
    zimbra-memcached...NOT FOUND
    zimbra-proxy...NOT FOUND
    zimbra-archiving...NOT FOUND
    zimbra-cluster...NOT FOUND
    zimbra-core...NOT FOUND


    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..._eula_2.1.html


    Press Return to continue

    Checking for prerequisites...
    FOUND: NPTL
    FOUND: sudo-1.6.9p17-1ubuntu3
    FOUND: libidn11-1.10-3
    MISSING: libgmp3
    FOUND: libstdc++6-4.3.3-5ubuntu4
    Checking for suggested prerequisites...

    ###ERROR###

    One or more prerequisite packages are missing.
    Please install them before running this installer.

    Installation cancelled.

    root@ubuntu:/home/radzi/zcs-6.0.0_BETA1_1397.UBUNTU8.20090415162243# ./install.sh
    WARNING: ZCS is currently only supported on Ubuntu Server 6.06 and 8.04 LTS.
    You are attempting to install on Ubuntu 9.04 which may not work.
    Support will not be provided if you choose to continue.


    Do you wish to continue? [N] y

    Operations logged to /tmp/install.log.24252
    Checking for existing installation...
    zimbra-ldap...NOT FOUND
    zimbra-logger...NOT FOUND
    zimbra-mta...NOT FOUND
    zimbra-snmp...NOT FOUND
    zimbra-store...NOT FOUND
    zimbra-apache...NOT FOUND
    zimbra-spell...NOT FOUND
    zimbra-convertd...NOT FOUND
    zimbra-memcached...NOT FOUND
    zimbra-proxy...NOT FOUND
    zimbra-archiving...NOT FOUND
    zimbra-cluster...NOT FOUND
    zimbra-core...NOT FOUND


    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..._eula_2.1.html


    Press Return to continue

    Checking for prerequisites...
    FOUND: NPTL
    FOUND: sudo-1.6.9p17-1ubuntu3
    FOUND: libidn11-1.10-3
    MISSING: libgmp3
    FOUND: libstdc++6-4.3.3-5ubuntu4
    Checking for suggested prerequisites...

    ###ERROR###

    One or more prerequisite packages are missing.
    Please install them before running this installer.

    Installation cancelled.

    root@ubuntu:/home/radzi/zcs-6.0.0_BETA1_1397.UBUNTU8.20090415162243# apt-get libgmp
    E: Invalid operation libgmp
    root@ubuntu:/home/radzi/zcs-6.0.0_BETA1_1397.UBUNTU8.20090415162243# apt-get install libgmp
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package libgmp
    any help please...atlease how to make install succeed ... T_T
    もう誰かのためじゃなくて 自分のために笑っていいよ
    ~ Please do mark as resolved thread if your problem is solved,thanks~

  2. #2
    Join Date
    Jun 2008
    Location
    Ukrine
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: how to install zimbra in ubuntu 9.04 server?

    i am also facing the same problem.still i did not get any help or solution on this matter

  3. #3
    Join Date
    Jun 2009
    Beans
    19

    Re: how to install zimbra in ubuntu 9.04 server?

    >> MISSING: libgmp3

    Try installing this library and try again.

  4. #4
    Join Date
    Apr 2006
    Location
    Stockholm, Sweden
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how to install zimbra in ubuntu 9.04 server?

    libgmp3 does not exist under 9.04, but libgmp3cs2 exist.
    You need to edit util/utilfunc.sh
    Code:
    nano +1868 util/utilfunc.sh
    and change that one into
    Code:
    PREREQ_PACKAGES="sudo libidn11 fetchmail libgmp3c2 libxml2 libstdc++6 openssl libltdl7"
    You still have errors after this do..

  5. #5
    Join Date
    Jul 2007
    Location
    South Jersey, USA
    Beans
    6
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: how to install zimbra in ubuntu 9.04 server?

    Quote Originally Posted by Blinkiz View Post
    libgmp3 does not exist under 9.04, but libgmp3cs2 exist.
    You need to edit util/utilfunc.sh
    Code:
    nano +1868 util/utilfunc.sh
    and change that one into
    Code:
    PREREQ_PACKAGES="sudo libidn11 fetchmail libgmp3c2 libxml2 libstdc++6 openssl libltdl7"
    You still have errors after this do..
    Can anyone verify this works? I need to install on 9.04 server as well.

    Thanks!

  6. #6
    Join Date
    Apr 2006
    Location
    Stockholm, Sweden
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how to install zimbra in ubuntu 9.04 server?

    Quote Originally Posted by SylentBobNJ View Post
    Can anyone verify this works? I need to install on 9.04 server as well.
    Thanks!
    The fix works. But you will have new problems after you solved this one.
    If you gonna use Zimbra, use the recommended 8.04 LTS version instead.

  7. #7
    Join Date
    Apr 2009
    Location
    inside a box
    Beans
    106
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to install zimbra in ubuntu 9.04 server?

    yap perl problems I think

  8. #8
    Join Date
    Oct 2008
    Beans
    7

    Re: how to install zimbra in ubuntu 9.04 server?

    I made it up to:

    Code:
    Press Return to continue
    
    Checking for prerequisites...
         FOUND: NPTL
         FOUND: sudo-1.6.9p17-1ubuntu3
         FOUND: libidn11-1.10-3
         FOUND: fetchmail-6.3.9~rc2-4ubuntu1
         FOUND: libgmp3c2-2:4.2.4+dfsg-2ubuntu1
         FOUND: libxml2-2.6.32.dfsg-5ubuntu4
         FOUND: libstdc++6-4.3.3-5ubuntu4
         FOUND: openssl-0.9.8g-15ubuntu3.2
         FOUND: libltdl3-1.5.26-1ubuntu1
    Checking for suggested prerequisites...
    Prerequisite check complete.
    
    Checking for installable packages
    
    Found zimbra-core
    Error: attempting to install i386 packages on a unknown OS.
    Exiting...
    But I'm not sure how to continue from here. I'd really like to try Zimbra on 9.04 because my users are deeply unhappy with how bad Exchange support is on Evolution. Does anyone have this working?

  9. #9
    Join Date
    Apr 2006
    Location
    Stockholm, Sweden
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how to install zimbra in ubuntu 9.04 server?

    Quote Originally Posted by redchuck View Post
    I'd really like to try Zimbra on 9.04 because my users are deeply unhappy with how bad Exchange support is on Evolution. Does anyone have this working?
    You really should be using 8.04 LTS. When you encounter errors, no one are gonna help you if ubuntu 9.04 is the installation base.

  10. #10
    Join Date
    May 2007
    Beans
    18

    Re: how to install zimbra in ubuntu 9.04 server?

    Someone made a Jaunty package for the 6.0 RC1 release, you could try that: http://www.zimbra.com/forums/develop...er-9-04-a.html

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •