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 Display Modes
  #1 (permalink)  
Old 06-30-2008, 04:56 AM
Senior Member
 
Posts: 60
Default [SOLVED] ZCS 5.0.7 on Ubuntu Server 8.04 LTS

Hi all,

A big thanks to dijichi2 , ZCS 5.0.7 for Ubuntu 8.04 LTS is now available for download at SourceForge (click here to download).

Please make sure you vote for Bug 23154 - Ubuntu 8.04 - Hardy Heron which ensures Ubuntu 8.04 LTS is eventually included into the mainstream builds from Zimbra
__________________
Cheers
Bigmudcake

I am running:
Zimbra 5.0.7 Open Source Edition on openSUSE 10.2
Zimbra 5.0.7 Open Source Edition on openSUSE 10.3 inside VirtualBox
Zimbra 5.0.7 Open Source Edition on Ubuntu Server 8.04 LTS inside VirtualBox 1.6.2
Currently testing 5.0.8 on openSUSE 11

Last edited by bigmudcake : 07-03-2008 at 05:21 PM.
Reply With Quote
  #2 (permalink)  
Old 06-30-2008, 08:38 AM
OpenSource Builder & Moderator
 
Posts: 1,158
Default

yes been away on business just starting the builds for 5.0.7 today!
Reply With Quote
  #3 (permalink)  
Old 06-30-2008, 05:53 PM
Senior Member
 
Posts: 60
Default

Quote:
Originally Posted by dijichi2 View Post
yes been away on business just starting the builds for 5.0.7 today!
Cool, thanks. I know these things are time consuming so I really appreciate the time you spend in providing a build for Ubuntu. I will grab it as soon as available and will let you know if there are any issues via this thread

I will also provide a link at the top of this thread so others know where to get it too.

Thanks again for your work.
__________________
Cheers
Bigmudcake

I am running:
Zimbra 5.0.7 Open Source Edition on openSUSE 10.2
Zimbra 5.0.7 Open Source Edition on openSUSE 10.3 inside VirtualBox
Zimbra 5.0.7 Open Source Edition on Ubuntu Server 8.04 LTS inside VirtualBox 1.6.2
Currently testing 5.0.8 on openSUSE 11
Reply With Quote
  #4 (permalink)  
Old 07-02-2008, 12:14 PM
OpenSource Builder & Moderator
 
Posts: 1,158
Default

Hi

5.0.7 packages for Ubuntu 8.04LTS 32bit and 64bit available at the sourceforge link above. Please let me know of any problems.

On a good related note, code for 8.04 started to get added to the main codebase this week, so official support should show up soon.
Reply With Quote
  #5 (permalink)  
Old 07-02-2008, 02:29 PM
New Member
 
Posts: 3
Default

hi everybody i got zimbra 5.0.7 from http://http://www.zimbra.com/community/downloads.html, so my ubuntu is 8.04.

see this is my hosts file (/etc/hosts)


and when i do ./install.sh i got it

Reply With Quote
  #6 (permalink)  
Old 07-02-2008, 07:35 PM
Senior Member
 
Posts: 60
Default

Quote:
Originally Posted by yamfra View Post
hi everybody i got zimbra 5.0.7 from http://www.zimbra.com/community/downloads.html, so my ubuntu is 8.04.

see this is my hosts file (/etc/hosts)
ImageShack - Hosting :: hostsdv4.jpg

and when i do ./install.sh i got it
ImageShack - Hosting :: erroret2.jpg
The good news is that you supplied all the right info in this forum to solve your problem

To save you from any future hassles and errors you definitely need to look closely at all errors and instructions supplied by Zimbra to ensure a smooth installation.

First problem I see is that you are trying to install a package of Zimbra designed for Ubuntu 6.0.4 onto Ubuntu 8.0.4. as indicated by first message
Code:
WARNING: ZCS is currently only supported on Ubuntu Server 6.06 LTS.
You are attempting to install on Ubuntu 8.04 which may not work.
I strongly suggest you use the latest version of Zimbra kindly provided by dijichi2 which has been built especially for Ubuntu 8.04
It can be found here for download.

The next issue is your hosts file.
It is really important that you have a fully qualified domain name as email addresses use the domain and not the hostname of a computer.
The message below from your screenshot indicated this
Code:
ERROR: Installation can not proceeed. Please fix your /etc/hosts file to contain:

ip     FQHN     HN
If you look at your hosts file, it does not follow this format.

You need to change the line
Code:
192.168.7.161    mailserver     mail
To something similar to (where yourdomain.com is your actual domain name as defined in the DNS server you use)
Code:
192.168.7.161    mail.yourdomain.com     mail
Which leads me to the next thing you may have trouble with, you need to have setup a proper DNS record for the host you have in your hosts file (ie an A record and MX record).
If you are unsure what these things mean, check out the Zimbra Wiki, or search the forums, or even search the internet on instruction for setting up DNS server for ubuntu.

Hope this helps.
__________________
Cheers
Bigmudcake

I am running:
Zimbra 5.0.7 Open Source Edition on openSUSE 10.2
Zimbra 5.0.7 Open Source Edition on openSUSE 10.3 inside VirtualBox
Zimbra 5.0.7 Open Source Edition on Ubuntu Server 8.04 LTS inside VirtualBox 1.6.2
Currently testing 5.0.8 on openSUSE 11

Last edited by bigmudcake : 07-02-2008 at 07:38 PM.
Reply With Quote
  #7 (permalink)  
Old 07-03-2008, 03:19 PM
New Member
 
Posts: 3
Default

ty a lot, i'll download zimbra for ubuntu 8.04 and try again
Reply With Quote
  #8 (permalink)  
Old 07-05-2008, 06:13 PM
New Member
 
Posts: 3
Default

Ok thought I would mess around with Ubuntu 8.04 this weekend. Found it was easier to install the desktop version, and down load a few server daemons, than install Ubuntu server and download and install a desktop for it. So hopefully that shouldn't matter..?? And I unlocked the 'root' account because after messing with linux since 92 I just cant stand using sudo.

Any way came across this new version of Zimbra and downloaded from Source Forge. And when I go to install I had to install libstdc++5, but everything else went ok on the system check. After asking what "modules" of Zimbra to install and asking if I wanted to modify the system I got the following:

Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell

The system will be modified. Continue? [N] y

Removing /opt/zimbra
Installing packages

zimbra-core......zimbra-core_5.0.7_GA_2450.UBUNTU8_i386.deb...FAILED
###ERROR###

zimbra-core_5.0.7_GA_2450.UBUNTU8_i386.deb installation failed

Installation cancelled

root@www:~/zcs-5.0.7_GA_2450.UBUNTU8.FRANKLIN# ls


Any one have any ideas?

Thanks!
Reply With Quote
  #9 (permalink)  
Old 07-06-2008, 07:24 AM
OpenSource Builder & Moderator
 
Posts: 1,158
Default

I'm sorry, the psychics have left the building. If you give us some errors from the logs we might be able to help. /tmp/install.xxx would give you an idea of where it's failing. It's either failing at preinstall of the core package because you're using a wierd OS setup, or it also fails at that point if you're trying to use the wrong architecture - ie 64bit on 32bit OS.
Reply With Quote
  #10 (permalink)  
Old 07-08-2008, 10:51 AM
New Member
 
Posts: 3
Default

hi everybody, can i install moodle(e-learning) in my server? i already have installed zimbra and i think i'll get some proble with apache, what can i do?
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