Talk:Main Page
From Zimbra :: Wiki
Some thoughts for people installing http://prdownloads.sourceforge.net/zimbra/zcs-3.1.4_GA_518.SuSE10.tgz?download on SuSE 10.1: Initial install will probably not work until you:
chmod 640 /etc/sudoers (ldap won't start, with a 256 error)
I was having issues because I had a web server running on 80, but wanted Zimbra (tomcat, especially) to run off a different port. Tomcat wouldn't run (7071 wasn't available) because of the port 80 conflict. I "forgot" to change it on initial config.
zmprov ms SERVERNAME zimbraMailPort PORTNUMBER
enabled tomcat to start appropriately.
It is important to disable SuSE's default install postfix. It seems that SuSE 10.1 postfix has too many (for me) dependencies to simply uninstall it, so I disabled it by network service config that postfix isn't connected to a network.
I hope this helps someone.
--Crythias 20:37, 21 August 2006 (CDT)
Again for SuSE 10.1 You might have a problem with expat. People have experienced success in doing the following:
ln -s /usr/lib/libexpat.so.1.5.0 /opt/zimbra/httpd-2.0.54/lib/libexpat.so.0
It also appears that the init.d doesn't get properly set up for SuSE 10.1, either.
--Crythias 09:33, 22 August 2006 (CDT)
Is there a version that will work on Mac OS X 10.2 Jaguar?
