View Single Post
  #9 (permalink)  
Old 12-02-2007, 12:43 PM
jholder's Avatar
jholder jholder is offline
Zimbra Employee
 
Join Date: Oct 2005
Location: San Mateo, CA
ZCS Version: 5.0.5 RHEL4 64-bit GA
Posts: 5,453
jholder is on a distinguished road
Send a message via Yahoo to jholder
Default

Well, it's pretty obvious that the RPM db is either messed up or the packages are missing.

Do this
Code:
su - root
mv /opt/zimbra /opt/zimbra.backup.good
mkdir /opt/zimbra
cd /path/to/installer
./install.sh -u
./install.sh -s
rm -rf /opt/zimbra
mv /opt/zimbra.backup.good /opt/zimbra
./install.sh -s
__________________
Reply With Quote