I'm trying to setup on a virtual private server just for testing. I'll post the specs first since... it may not even be psosible with my specs.
128M (burstable to 384M) RAM
shared dual core 2.8ghz
5gig available space
Here is the error I get from install.sh:
Code:
Removing /opt/zimbra
Installing packages
zimbra-core......zimbra-core-3.1.0_GA_279.RHEL4-20060331125835.i386.rpm...FAILED
###ERROR###
zimbra-core-3.1.0_GA_279.RHEL4-20060331125835.i386.rpm installation failed
Installation cancelled And when I try that rpm manually:
Code:
[root@mx packages]# rpm -Uvh zimbra-core-3.1.0_GA_279.RHEL4-20060331125835.i386.rpm
Preparing... ########################################### [100%]
1:zimbra-core ########################################### [100%]
cp: cannot stat `/opt/zimbra/bin/zimbra': No such file or directory
chmod: cannot access `/etc/init.d/zimbra': No such file or directory
error reading information on service zimbra: No such file or directory
error reading information on service zimbra: No such file or directory
mkdir: cannot create directory `/opt/zimbra/ssl': File exists
mkdir: cannot create directory `/opt/zimbra/.ssh': File exists
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
error: %post(zimbra-core-3.1.0_GA_279.RHEL4-20060331125835.i386) scriptlet failed, exit status 1
[root@mx packages]#
I'm guessing this might be because of RAM. What is the absolute minmal RAM needed for an install?
If I can't do it with 384M might I get away with 512M?
If the install is possible with 384M RAM then where should i start looking? I have checked /opt/zimbra/bin and there are lots of zm files there but no zimbra binary.