Im trying to set up Zimbra from the svn source on my Gentoo box. I have come to a point where I have been stuck for a while and I can't seem to figure out from the wiki/forum what exactly I need to do. I am fairly sure it has to do with ldap. This is what I have done so far:
Installed Deps:
Sun JDK 1.5
MySQL 5.1
OpenLDAP w/ berkdb support
Cyrus-SASL
Ant 1.6
Tomcat 5.5
Postfix
Source Compiled:
cd ${S}/ZimbraServer
ant dev-dist localhost-ssl-cert
cd ${S}/ZimbraWebClient
ant dev-dist admin-dev-war
cd ${S}/Ajax
ant
cd ${S}/Zimlet
ant package package-zimlets-extra
Install (NOTE: i tweaked the config files to point to proper gentoo paths not /opt/zimbra):
cp -R ${S}/ZimbraServer/build/dist/openldap/etc/openldap/* /etc/openldap
cp -R ${S}/ZimbraServer/conf/ldap/slapd.conf /etc/openldap
cp -R ${S}/ZimbraServer/conf/ldap/DB_CONFIG /var/lib/openldap-data
cp -R ${S}/ZimbraServer/conf/postfix/* /etc/postfix
Additional Install: (I installed there here just incase i needed to find something)
cp -R ${S}/{ZimbraServer,ZimbraWebClient,Ajax,Zimlet}/build/dist/* /opt/zimbra
Config:
I tweaked the my.cf file so that mysql listens on port 7306
I set the root password for mysql to zimbra
I imported db.sql and loggerdb.sql into mysql
I started tomcat and browsed to the manager and depoyed zimbra.war,zimbraAdmin.war, and service.war
Start services:
i can start slapd with the gentoo init script with the modified zimbra confs
i can start postfix with the gentoo init script with the modified zimbra confs
i can start tomcat fine
i can start mysql fine
Testing:
I can navigate to
http://localhost:7070/zimbra and I see the ajax site and I can switch to the html site
I can navigate to
https://localhost:7071/zimbraAdmin and all I see is a cream background, no images
When I try to log in with tomcat stops.
I dont know where to go from here... Any help would be great.