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 11-16-2006, 12:08 PM
Member
 
Posts: 13
Default vserver installation

Dear list,

I try to get zimbra 4.0.3 working on an debian etch system under vserver.
For some reasons it does not recognise
the prequisites, any hints?

e.g.

vserver1:~/zcs# apt-get install sudo
It tell me that sudo is installed
vserver1:~/zcs# ./install.sh
...
Checking for prerequisites...
NPTL...FOUND
sudo...MISSING
libidn...MISSING
curl...MISSING
fetchmail...MISSING
gmp...MISSING

###ERROR###

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

Installation cancelled.

best regards

Dani
Reply With Quote
  #2 (permalink)  
Old 11-16-2006, 11:25 PM
Active Member
 
Posts: 46
Default vserver installation

Hi,

try apt-get install sudo ...

This will install the missing programms. But expect some additional problems. From my experiences you need a minimum of 512 MB garateed memory and java will have problems. Bau with soeme tricks it runs.

If you need help let me know.


Regards

Friedmar
Reply With Quote
  #3 (permalink)  
Old 11-16-2006, 11:33 PM
Senior Member
 
Posts: 65
Default

Quote:
Originally Posted by friedmar
Hi,

try apt-get install sudo ...
He already has.
__________________
Jacob Turner
http://ringnebula.net - Ringnebula Systems
Reply With Quote
  #4 (permalink)  
Old 11-17-2006, 07:26 AM
Active Member
 
Posts: 47
Default

Try searching through the forum. This has been discussed a few times. The issue is your /etc/debian_version most likely..
Reply With Quote
  #5 (permalink)  
Old 11-17-2006, 07:28 AM
Member
 
Posts: 13
Default

yes sudo is installed on the vserver

vserver1:/# sudo
usage: sudo -K | -L | -V | -h | -k | -l | -v
usage: sudo [-HPSb] [-p prompt] [-u username|#uid]
{ -e file [...] | -i | -s | }

I think there is a problem in the script that detects
the prequisites
Reply With Quote
  #6 (permalink)  
Old 11-17-2006, 07:49 AM
Member
 
Posts: 13
Default

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
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