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
  #11 (permalink)  
Old 07-22-2007, 10:32 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

yes! .
Reply With Quote
  #12 (permalink)  
Old 07-22-2007, 07:33 PM
Advanced Member
 
Posts: 193
Default

yeah it is... sorry for that...
Reply With Quote
  #13 (permalink)  
Old 08-27-2007, 07:49 AM
Starter Member
 
Posts: 2
Default same problem

Sorry, I know this a pretty old thread now, but I'm having almost the exact same problem greatlooks was having and it didn't sound like the issue was resolved.

I have been able to install ZCS Open Source edition in the past without any hang ups, but for some reason the Network (4.5.6_GA_1044) cannot correctly identify that I have the required packages installed and up to date.


Should I just try to modify the script to have it ignore these prerequisites in the mean time? I'm running on top of a clean install of Ubuntu Server 6.06, the latest security packages installed through Synaptic. The only packages I installed on top of the base install was whatever is included in ubuntu-desktop (which is plenty, but really none that should be of concern).

Here is my output:

Code:
printware@zimbra:~/Desktop/zcs$ sudo ./install.sh
./util/utilfunc.sh: line 1290: bin/get_plat_tag.sh: Permission denied
./util/utilfunc.sh: line 1291: [: too many arguments
./util/utilfunc.sh: line 1311: [: too many arguments
./util/utilfunc.sh: line 1314: [: too many arguments
./util/utilfunc.sh: line 1317: [: =: unary operator expected
./util/utilfunc.sh: line 1319: [: too many arguments
./util/utilfunc.sh: line 1326: [: too many arguments
./util/utilfunc.sh: line 1329: [: too many arguments

Operations logged to /tmp/install.log.6031
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-core...NOT FOUND
./util/utilfunc.sh: line 422: rpm: command 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/collaboration_suite_collective_license_1.0.html


Press Return to continue

Checking for prerequisites...
    NPTL...FOUND
    sudo...MISSING
    libidn...MISSING
    curl...MISSING
    fetchmail...MISSING
    gmp...MISSING
    /usr/lib/libstdc++.so.5...FOUND

###ERROR###

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

Installation cancelled.

I have this listed on support.zimbra.com as well with no luck.

I'm starting to think it's something with:

Code:
./util/utilfunc.sh: line 1290: bin/get_plat_tag.sh: Permission denied
?
Reply With Quote
  #14 (permalink)  
Old 08-27-2007, 09:22 AM
Former Zimbran
 
Posts: 5,606
Default

Hi-
Be sure to switch to the bash

Code:
sudo /bin/bash
Reply With Quote
  #15 (permalink)  
Old 08-27-2007, 10:49 AM
Advanced Member
 
Posts: 193
Default

jholder is correct. you have to be root when you your installation.

sudo bash ---> then enter your root password.

and for the libraries, you have to install those libraries, otherwise your zimbra will not work. Your Zimbra version works perfect with Dapper Drake.

Also, make sure that you are using the 32bit edition and not the 64bit. Zimbra will not install in 64bit of Dapper Drake.

If you have anymore problems with your installation, just post back.

hope this helps.
Reply With Quote
  #16 (permalink)  
Old 09-01-2007, 08:54 AM
Starter Member
 
Posts: 1
Default

Hi

I had the same problem as the original poster.. and after editing the release back to 6. there are only one thing missing:

Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.8p12-4ubuntu5
libidn11...FOUND libidn11-0.6.5-1build1
curl...FOUND curl-7.15.5-1ubuntu2.1
fetchmail...FOUND fetchmail-6.3.6-1ubuntu2
libpcre3...FOUND libpcre3-6.7-1ubuntu2
libgmp3c2...FOUND libgmp3c2-2:4.2.1+dfsg-4build1
libexpat1...FOUND libexpat1-1.95.8-3.4build1
libxml2...FOUND libxml2-2.6.27.dfsg-1ubuntu3
libstdc++6...FOUND libstdc++6-4.1.2-0ubuntu4
libstdc++5...MISSING
openssl...FOUND openssl-0.9.8c-4build1


any ideas?
Reply With Quote
  #17 (permalink)  
Old 09-01-2007, 09:16 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Install the missing library, the answer is on the previous page (post #9).
__________________
Regards


Bill
Reply With Quote
  #18 (permalink)  
Old 09-01-2007, 12:14 PM
Starter Member
 
Posts: 2
Default

My problem actually wasn't the whole sudo / root thing, but being a linux newbie I forgot to check the permissions on the ZCS installation folder, resulting in some of the scripts that install.sh relied upon to not execute. I fixed this issue by just chmod'ing the entire directory to 777.

I think I did:

Code:
chmod -R 777 /{zcs installation files}

Hope this helps you too.
Reply With Quote
  #19 (permalink)  
Old 09-20-2007, 12:21 AM
Starter Member
 
Posts: 1
Default the chmod -R 777 worked for me

I am using Ubuntu 6.06 and Zimbra 5.0.0_BETA3_1276

I´ve done apt-get of almost everything that can be installed
both with sudo and logged in as root and still get

Checking for prerequisites...
NPTL...FOUND
sudo...MISSING
libidn...MISSING
curl...MISSING
fetchmail...MISSING
gmp...MISSING
/usr/lib/libstdc++.so.5...FOUND

###ERROR###

what i did not see was the permission denied part:

root@demo2:/root/install/zcs-5.0.0_BETA3_1276.UBUNTU6.20070822122320# ./install.sh
./util/utilfunc.sh: line 1340: bin/get_plat_tag.sh: Permission denied
./util/utilfunc.sh: line 1341: [: too many arguments
./util/utilfunc.sh: line 1361: [: too many arguments
./util/utilfunc.sh: line 1364: [: too many arguments
./util/utilfunc.sh: line 1367: [: =: unary operator expected
./util/utilfunc.sh: line 1369: [: too many arguments
./util/utilfunc.sh: line 1372: [: too many arguments
./util/utilfunc.sh: line 1375: [: too many arguments
./util/utilfunc.sh: line 1378: [: too many arguments
./util/utilfunc.sh: line 1381: [: too many arguments

Operations logged to /tmp/install.log.5373
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-proxy...NOT FOUND
zimbra-core...NOT FOUND
./util/utilfunc.sh: line 429: rpm: command not found


so after doing a chmod -R 777 on the zimbra zcs-5.0.0_BETA3 instalation library everything was ok when running ./install.

a newbie error


/J
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.