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 10-02-2007, 09:25 AM
New Member
 
Posts: 3
Unhappy How to install Zimbra

hi
I'm first install Zimbra . I'm use ubuntu 7 . I'm need create user ? or detail menu for install ! thanks you help !



The error message is

chown: `zimbra:zimbra': invalid user

Operations logged to /tmp/install.log.4656
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 467: 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/collab...cense_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...MISSING

###ERROR###

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

Installation cancelled.
Reply With Quote
  #2 (permalink)  
Old 10-02-2007, 09:42 AM
Moderator
 
Posts: 6,237
Default

Welcome to the forums,

apt-get install ___

also, see some other threads on the simple correction you'll have to do to trick zimbra to believe it's ubuntu 6

7.04 or 7.10?

EDIT:
"./util/utilfunc.sh: line 467: rpm: command not found"



1) edit /etc/lsb-release
change
DISTRIB_RELEASE=7.04
to
DISTRIB_RELEASE=6

Ubuntu Feisty (7.04) Install - ZimbraWiki

or

2)
edit util/utilfunc.sh
change
if [ $PLATFORM = "DEBIAN3.1" -o $PLATFORM = "UBUNTU6" ]; then
to
if [ $PLATFORM = "DEBIAN3.1" -o $PLATFORM = "UBUNTU6" -o $PLATFORM = "UBUNTUUNKNOWN" ]; then

change
if [ $PLATFORM = "UBUNTU6" ]; then
to
if [ $PLATFORM = "UBUNTU6" -o $PLATFORM = "UBUNTUUNKNOWN" ]; then

edit
util/modules/platform.sh
change
if [ $PLATFORM = "DEBIAN3.1" -o $PLATFORM = "MANDRIVA2006" -o $PLATFORM = "UBUNTU6" ]; then
to
if [ $PLATFORM = "DEBIAN3.1" -o $PLATFORM = "MANDRIVA2006" -o $PLATFORM = "UBUNTU6" -o $PLATFORM = "UBUNTUUNKNOWN" ]; then

they both do pretty much same thing so 1 is easier, just change it back when install finished.

Gutsy 7.10 also has /etc/debian_version but as of Tribe5 that is not picked up properly by the get_plat_tag.sh script.
mv /etc/debian_version /etc/debian_version.zimbra
perl -pi -e 's/DISTRIB_RELEASE=7/DISTRIB_RELEASE=6/' /etc/lsb-release

Last edited by mmorse; 10-03-2007 at 02:47 PM..
Reply With Quote
  #3 (permalink)  
Old 10-02-2007, 09:58 AM
Moderator
 
Posts: 6,237
Default

updated above (just posting this so you'll get an email notification)
btw 7.04 or 7.10?

Last edited by mmorse; 10-02-2007 at 10:09 AM..
Reply With Quote
  #4 (permalink)  
Old 10-03-2007, 01:20 AM
New Member
 
Posts: 3
Default

Ubuntu 7.04 !

thanks your help . I will try it !
Reply With Quote
  #5 (permalink)  
Old 10-03-2007, 07:49 AM
Moderator
 
Posts: 1,027
Default Be sure and install Perl too!

When you try to run the Zimbra install it'll show you a variety of packages that are missing. When you run apt-get install and put them it, the installation will blow up anyway unless you ALSO install perl (apt-get install perl), which is NOT listed in the missing dependencies.

At least this happened to me when I installed Zimbra on Ubuntu LCS Server 6.06. . .
Reply With Quote
  #6 (permalink)  
Old 10-03-2007, 07:53 AM
Moderator
 
Posts: 1,027
Default Be sure DNS is working BEFORE INSTALL

I don't know how different the Ubuntu desktop installations are from Ubuntu Server, but you better be sure your DNS (bind or bind9 or external DNS solution) is configured properly, including the MX records, before you even try to install Zimbra. My experience is that if you try to fix the DNS later it's much more difficult, and Zimbra may be misconfigured, while if you get your DNS issues fixed FIRST, it'll sail right through.

Again, you're on a different version of Ubuntu than I, but you may still find some helpful pointers in this wiki article.
Reply With Quote
  #7 (permalink)  
Old 10-03-2007, 08:24 AM
New Member
 
Posts: 3
Default

thanks a lot . I get other package !

but I'm get other problem !
Zimbra will create any file from installation ?



Error: assertion '-r /opt/zimbra/conf/my.cnf' failed
Can't locate Sys/Syslog.pm in @INC (@INC contains: /opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-multi /opt/zimbra/zimbramon/lib /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /opt/zimbra/zimbramon/lib/Zimbra/Mon/Logger.pm line 31.
BEGIN failed--compilation aborted at /opt/zimbra/zimbramon/lib/Zimbra/Mon/Logger.pm line 31.
Compilation failed in require at bin/zmdbintegrityreport line 29.
BEGIN failed--compilation aborted at bin/zmdbintegrityreport line 29.
Reply With Quote
  #8 (permalink)  
Old 10-03-2007, 09:06 AM
Moderator
 
Posts: 6,237
Default

dan, ah there we go -even though this is about v7- I was wondering where your v6 guide was
*adds to my watch list
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.