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 (15) Thread Tools Display Modes
  15 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 03-26-2007, 09:23 PM
Project Contributor
 
Posts: 22
Arrow [SOLVED] Hi, Any support on ubuntu 7.04b?

Hi all,

I just tried zimbra 4.5.3 for ubuntu 6, on a ubuntu 7.04b box. I got this EVEN If I had these packages:

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


Where should I check to let zimbra use new packages?
Reply With Quote
  #2 (permalink)  
Old 03-26-2007, 09:31 PM
Active Member
 
Posts: 45
Default

Seems like you would need to 'apt-get' those missing packages then try reinstalling ZCS.

host:~ # apt-get sudo
etc
__________________
It only takes a few flakes working together to unleash an avalanche of destruction.
chown -R us ./yourbase
http://www.aimana.net
Reply With Quote
  #3 (permalink)  
Old 03-26-2007, 09:38 PM
Project Contributor
 
Posts: 22
Default

Thanks, but you didn't read my post. Do you think I got a ubuntu without sudo?

BTW, it's apt-get install sudo ;-)
Reply With Quote
  #4 (permalink)  
Old 03-26-2007, 09:42 PM
Active Member
 
Posts: 45
Default

You can get anything without any packages... it will just break the hell out of the system, depending on what packages you fail to install. But yes, I did miss the 'even if i have these pacakges' comment in your post. That changes everything.

No clue, you stumped me.

[captain obvious]
Switch to an OS that is supported (and that doesn't monumentally suck).
[/captain obvious]
__________________
It only takes a few flakes working together to unleash an avalanche of destruction.
chown -R us ./yourbase
http://www.aimana.net
Reply With Quote
  #5 (permalink)  
Old 03-26-2007, 09:56 PM
Project Contributor
 
Posts: 22
Default

Ok, easy. Sorry for that.

There's a $PLATFORM judgment in install script, anything to do with it? Or how can I make this script think it's on ubuntu6?

I like ubuntu6, but it DOES NOT support my new motherboard...

Anyways, thanks for your replies.
Reply With Quote
  #6 (permalink)  
Old 03-27-2007, 04:09 AM
OpenSource Builder & Moderator
 
Posts: 1,158
Default

I posted install workaround for debian etch, try that, in all likelihood it will work as feisty is a vaguely derivative work.

actually dont do that, read below

Last edited by dijichi2 : 03-27-2007 at 06:13 AM.
Reply With Quote
  #7 (permalink)  
Old 03-27-2007, 06:11 AM
OpenSource Builder & Moderator
 
Posts: 1,158
Default Workarounds for Ubuntu 7.04 Feisty

sudo apt-get install fetchmail # this is needed anyway, seems to be only thing missing with default feisty install

then either:

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

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.

As usual, this is not recommended for production servers! YMMV.
Reply With Quote
  #8 (permalink)  
Old 03-27-2007, 07:47 AM
Project Contributor
 
Posts: 22
Default

Thanks, dijichi2!!!

I will try your approach, option 1 probably
Reply With Quote
  #9 (permalink)  
Old 03-27-2007, 06:48 PM
Project Contributor
 
Posts: 22
Default

Good news, dijichi2's solution works!! Thanks again!!!
Reply With Quote
  #10 (permalink)  
Old 04-18-2007, 04:19 AM
Special Member
 
Posts: 133
Default

Hi just out of interest we tried this on a duo board all seems to fundamentally work fine but the queues aren't showing up in the GUI. Similar error to one that was found a while back with the SSH and the identities in the zimbra home .ssh directory. That doesnt cure it, however for a basic test environ on the new boards I can live without the queues showing up for now!

If I get anywhere on that I will let this thread know, though if others dont have this problem on 7.04 that would be useful to know!

K

Edit for clarity - Error Message: system failure: server host.domain.here returned no result
Error code: service.FAILURE
Method: ZmCsfeCommand.prototype.invoke
Details:soap:Receiver

Last edited by kevindods : 04-18-2007 at 05:41 AM. Reason: Edit for clarity
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