I got the ZimbraServer build.xml almost fully executed by any except for there were two errors, both related to ldap that it was unable to start it. Since I had ignored ldap during installation because of some version mismatch between ldap and sleepycat, this was quite expected. I moved on to build ZimbraWebClient and it built without any problems. Finally once I opened the page
http://localhost:7070/zimbra/ and gave username as
user1@myhost.localdomain and password as test123, it gives me following error
"An unknown application error has occurred. Please correct any errors and retry. If the problem persists, please contact your System Aministrator. (INVALID_PDU)"
And I get 404 error (zimbra/admin not found) if I try to test admin page.
1. Is it because of ldap not working and user not getting authenticated because of that.
2. If so, is there a workaround so that I dont have to install it?
3.If there is none, what all components I have to install with ldap to get the system running without errors?
Thanks