Hello. I'm trying to find a PIM I like for OS X, and thought I'd give Zimbra a try.
I downloaded the open source version for OS X, version 5.0.2, and am trying to install it on Leopard. The install seems to go okay, and it tells me to run /opt/zimbra/libexec/zmsetup.pl as root, so I do:
> sudo /opt/zimbra/libexec/zmsetup.pl
and give the appropriate password. Unfortunately, I get an error
su: unknown login: zimbra
Operations logged to /tmp/zmsetup.02242008-113411.log
Checking java version...su: unknown login: zimbra
ERROR
Java version 1.5 required - please update your java version
and set the default version to be 1.5 before proceeding
But I do seem to have version 1.5 set. If I do:
> java -version
I get
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
I've searched the web and the forums (I don't seem to have much success searching for keywords on the zimbra forums, for some reason) and have checked the settings. My Java preferences has a choice of 1.4.2 or 5.0, but it does seem that 1.5 is the default setting.
Does anyone have any ideas what I'm doing wrong?