so here's how my debian install went-
Just to preface, i've only used redhat-ES and gentoo in the past. This is my first debian install! After using gentoo for almost 2 years now, I'm almost more impressed with the fact that i don't have to wait for shit to compile then i am with zimbra
I started off with a minimal network install of debian 3.1-
upgraded everything that was out of date, and then switched to the debian 2.6.8 kernel.
ran the zimbra install script from the M4_62 debian tar
had to install several packages based on the script's pre-flight checks. re-ran the install.sh script. Install finished, but then then failed during "starting LDAP"
I read the logs and checked this forum and saw that i needed to apt-get openssl. Ok, done. Reinstall, everything installs ok this time.
So now i try to login and aren't able to get on... I try a reboot-
The zimbra service MTA fails because it can't find libxml2. So i apt-get libxml2, restart the services and then get an error about libldap and libphp5 missing.. shit..
So i reinstall zimbra again, now the install script complains that my hosts file is malformed.
I had an entry like this:
192.168.1.49 zimbra zimbra.mydomain.com
so i changed it to
192.168.1.49 zimbra.mydomain.com zimbra
and re-ran the install... (it's funny that the install script didn't care about the hosts file during the first 2 installs i did) After the 2nd reinstall i was able to login!
[edit]
somewhere in there i also killed whatever MTA debian pre-installed
[edit2]
<snip>