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 (21) Thread Tools Display Modes
  18 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-25-2007, 03:17 AM
Starter Member
 
Posts: 1
Default Debian ETCH 4.0 install

Hi,
it's possibile install Zimbra 4.5 in debian ETCH 4.0?
thanks
Matteo
Reply With Quote
  #2 (permalink)  
Old 02-01-2007, 09:37 AM
New Member
 
Posts: 3
Default

This post seems to indcate you can change the install script to make it work:

vserver installation


Quote:
This is what /etc/debian_version tells me
vserver1:~/zcs/bin# cat /etc/debian_version
4.0

so in zcs/bin/get_plat_tag.sh I modified the line with the grep

original:
if [ -f /etc/debian_version ]; then
grep "3.1" /etc/debian_version > /dev/null 2>&1
if [ $? = 0 ]; then
echo "DEBIAN3.1"
exit 0
fi
fi

modified the grep line to
grep "4.0" /etc/debian_version > /dev/null 2>&1

and it works. Thanks to quick help.

best regards
Dani
I'm going to try it out tonight and will let you know how it goes.
Reply With Quote
  #3 (permalink)  
Old 02-01-2007, 10:14 AM
New Member
 
Posts: 3
Default

one step further...

The the install now check the prerequisites correctly, however I have a problem with libgmp3. When I
Code:
apt-get install libgmp3
I recevie this:
Code:
Reading package lists... Done
Building dependency tree... Done
Package libgmp3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libgmpxx4 libgmp3c2 libgmp3-doc
E: Package libgmp3 has no installation candidate
I've installed libgmpxx4 and libgmp3c2 but still get the MISSING error.

This has been posted elsewhere but now answer:
http://www.zimbra.com/forums/showthr...mp3c2#post9734


Any suggestions??


Chris
Reply With Quote
  #4 (permalink)  
Old 03-04-2007, 09:26 PM
Starter Member
 
Posts: 1
Default

You can get the package from http://packages.debian.org/stable/libs/libgmp3
Pick your architecture and you can download the deb that is included with sarge.
Make sure you uninstall all the libgmp packages you got from the etch repositories, then install this one with dpkg. Just tried it, and it worked on my machine.
Reply With Quote
  #5 (permalink)  
Old 03-14-2007, 11:03 AM
New Member
 
Posts: 3
Question Also installing on etch

hi All
I'm trying to install zcs-4.5.3_GA_733.DEBIAN3.1 on debian etch

I do a clean basic install

next fix Ip address
next nano /etc/hosts

127.0.0.1 localhost.localdomain localhost
192.16.36.40 zcsserver.mydomain.home zcsserver

nano /etc/resolv.conf

search localdomain
nameserver 192.168.111.222

(all ipv6 is commented out)

apt-get install openssl libstdc++6 libxml2-dev sudo curl fetchmail libgmp3c2

copy zcs-4.5.3_GA_733.DEBIAN3.1.tar to my home directory

tar xvfz zcs-4.5.3_GA_733.DEBIAN3.1.tar

cd zcs/bin

nano get_plat_tag.sh

change

if [ -f /etc/debian_version ]; then
grep "3.1" /etc/debian_version > /dev/null 2>&1
if [ $? = 0 ]; then
echo "DEBIAN3.1"
exit 0

to

if [ -f /etc/debian_version ]; then
grep "4.0" /etc/debian_version > /dev/null 2>&1
if [ $? = 0 ]; then
echo "DEBIAN3.1"
exit 0

nano util/utilfunc.sh

Search for Debian3.1

Change line

PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3 libxml2 libstdc++6 openssl"

To

PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3c2 libxml2 libstdc++6 openssl"

next I run the install.sh

Yes to all installs, yes to system modification

Then I Get
Setting defaults...No results returned for A lookup of zcsserver.mydomain.home
Checked nameservers:
192.168.111.222


DNS ERROR resolving zcsserver.mydomain.home
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes]


Can anyone describe the steps required to setup the DNS

Thanks Owenus
Reply With Quote
  #6 (permalink)  
Old 03-14-2007, 01:58 PM
Zimbra Consultant & Moderator
 
Posts: 11,324
Default

Quote:
Originally Posted by Owenus View Post
Can anyone describe the steps required to setup the DNS
It has been covered once or twice, did you search the forums and wiki for the answer?
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 03-15-2007, 02:44 PM
New Member
 
Posts: 3
Thumbs up Sorted DNs

Hi all

Sorted DSN Bind9 on server....head hurts like mad

now I Get to the following menu...

Main menu

1) Hostname: zcsserver.mydomain.home
2) Ldap master host: zcsserver
3) Ldap port: 389
4) Ldap password: set
c) Collapse menu
r) Start servers after configuration yes
s) Save config to file
q) Quit

Address unconfigured (**) items or correct ldap configuration (? - help)


i'll dig back through wiki and see what i can find
any pointers excepted

Owenus
Reply With Quote
  #8 (permalink)  
Old 03-15-2007, 04:55 PM
Zimbra-Yahoo Consultant
 
Posts: 5,608
Default

So what's the problem?

john
Reply With Quote
  #9 (permalink)  
Old 03-20-2007, 10:19 AM
New Member
 
Posts: 3
Default Menu

Am I not missing some options?

I can save config file but cannot apply changes before I exit?

The Quick start guide shows somthing more like

Main menu

1) Hostname: mailhost.example.com
2) Ldap master host mailhost.example.com
3) Ldap port: 389
4) Ldap password: set
5) zimbra-ldap: Enabled
+Create Domain: yes
+Domain to create: mailhost.example.com
6) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@mailhost.example.com
******* +Admin Password UNSET
+Enable automated spam training: yes
+Spam training user: fdi0j@mailhost.example.com
+Non-spam(Ham) training user: s3nnl@mailhost.example.com
+Global Documents Account wiki@mailhost.example.com
+SMTP host: mailhost.example.com
+Web server HTTP port: 80
+Web server HTTPS port: 443
+Web server mode: http
+Enable POP/IMAP proxy: no
+IMAP server port: 143
+IMAP server SSL port: 993
+POP server port: 110
+POP server SSL port: 995
+Use spell check server: yes
+Spell server URL: http://mailhost.example.com:7780/aspell.php
7) zimbra-mta: Enabled
8) zimbra-snmp: Enabled
9) zimbra-logger: Enabled
10) zimbra-spell: Enabled
11) Enable default backup schedule: yes
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit

Address unconfigured (**) items (? - help) 6


where as I'm Getting

Main menu

1) Hostname: zcsserver.mydomain.home
2) Ldap master host: zcsserver
3) Ldap port: 389
4) Ldap password: set
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit

Address unconfigured (**) items or correct ldap configuration (? - help) q
Quit without applying changes? [No] y




x) Expand menu just gives me option to shorten again

Any Ideas?
Thanks
Owenus
Reply With Quote
  3 links from elsewhere to this Post. Click to view. #10 (permalink)  
Old 03-24-2007, 05:58 AM
OpenSource Builder & Moderator
 
Posts: 1,158
Default Install workaround for 4.0 Etch

Before you start, *setup your DNS*. Zimbra install is very sensitive to correct DNS setup, particularly /etc/hosts and forward resolution of the hostname you are installing on as returned from hostname. Search wiki/forum for correct DNS setup.

change /etc/debian_version to 3.1
apt-get install sudo curl fetchmail libgmp3c2 libssl0.9.7 libdb3
chmod a+rwx /tmp

tar -xzf
cd zcs/

clean out previous attempts:
sh install -u
rm -rf /opt/zimbra
rm /tmp/install*
rm /tmp/zmsetup*
rm /tmp/*zim*

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

sh install.sh

Strangely detects hostname as domainname (never quite understood why it does this). Select 'Yes' for "Change domain name", change to domainname "domain.com" instead of "host.domain.com"

If you haven't set your MX yet, ignore (you'll need to set this later but its fine for install):
DNS ERROR - none of the MX records for ijichi.org
resolve to this host
It is suggested that the MX record resolve to this host
Re-Enter domain name? [Yes]
^^ Choose "No"

Install Menu: Choose 6 for zimbra-store, 4 for Admin Password, enter password, 'r' or for previous menu, 'a' to apply, Enter for next two questions:
Save configuration data to a file? [Yes]
Save config in file: [/opt/zimbra/config.15938]
Then 'Yes' for: The system will be modified - continue? [No] yes

Checkout output carefully for *any* errors, should install fine.

You can change /etc/debian_version back to 4.0 after install but you'll have to change it for each upgrade
Reply With Quote
Reply


Thread Tools
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.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0