FC4 / Zimbra ... I feel like I'm close.

Ask questions about your setup or get help installing ZCS server (ZD section below).
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

FC4 / Zimbra ... I feel like I'm close.

Post by 14319KevinH »

Ok let's just see if we can get LDAP up. Try this:
ps -ef | grep slapd [See if LDAP is running]
If it is kill it, then try:
/opt/zimbra/bin/ldap start
ps -ef | grep slapd [See if a clean start worked]
If you get an error or it doesn't start try this:

/opt/zimbra/openldap/libexec/slapd -d 10 -4 -u zimbra -h ldap://:7389/ -f /opt/zimbra/conf/slapd.conf
9415drew
Posts: 8
Joined: Fri Sep 12, 2014 9:57 pm

FC4 / Zimbra ... I feel like I'm close.

Post by 9415drew »

That all worked fine. It was, indeed, running. Killed, it died, and restarted. Again, it was running. Thanks much... I feel SO close!
Sarunas
Posts: 1
Joined: Fri Sep 12, 2014 9:57 pm

FC4 / Zimbra ... I feel like I'm close.

Post by Sarunas »

[quote user="14319KevinH"]Well looking at that install log LDAP never came up correctly. Did you create the symlinks needed for FC4?

Ona fresh install of FC4 libgmp.so.3 is missing (=> clamd won't start). Had to `yum install gmp`. Everything starts fine then.
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

FC4 / Zimbra ... I feel like I'm close.

Post by 14319KevinH »

[quote user="Sarunas"]Ona fresh install of FC4 libgmp.so.3 is missing (=> clamd won't start). Had to `yum install gmp`. Everything starts fine then.[/QUOTE]
Yep good catch. We've added gmp as a pre-req for the installer. So future releases will catch this up front.
Post Reply