Fedora Core 3, Clean Install - Not working!

Ask questions about your setup or get help installing ZCS server (ZD section below).
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

Fedora Core 3, Clean Install - Not working!

Post by marcmac »

If you're installing on a box you've run zimbra on before, make sure you clear out the iptables forwarding, since it's no longer used:
as root run

iptables -t nat -F
pcjackson
Posts: 36
Joined: Fri Sep 12, 2014 9:58 pm

Fedora Core 3, Clean Install - Not working!

Post by pcjackson »

Looks like a shared library isn't working:
/opt/zimbra/openldap-2.2.28/libexec/slapd: error while loading shared libraries: libbind.so.3: cannot open shared object file: No such file or directory
Started slapd: pid
pcjackson
Posts: 36
Joined: Fri Sep 12, 2014 9:58 pm

Fedora Core 3, Clean Install - Not working!

Post by pcjackson »

I did a yum-update bind-libs and that took care of the dependency not being found. Attempting a re-install. I won't change the password this time - see if that makes a dif.
pcjackson
Posts: 36
Joined: Fri Sep 12, 2014 9:58 pm

Fedora Core 3, Clean Install - Not working!

Post by pcjackson »

The above post fixed stuff! Cool. Everything seems to be working now.
Coilcore
Advanced member
Advanced member
Posts: 54
Joined: Fri Sep 12, 2014 10:00 pm

Fedora Core 3, Clean Install - Not working!

Post by Coilcore »

I have exactly the same problem on a machine that was running M1 previously...
/opt/zimbra/openldap-2.2.28/libexec/slapd: error while loading shared libraries: libbind.so.3: cannot open shared object file: No such file or directory
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

Fedora Core 3, Clean Install - Not working!

Post by marcmac »

On my box (which is the FC3 build machine :) I got this:
[root@build-fc3 ~]# rpm -qf /usr/lib/libbind.so.3

bind-libs-9.2.5-3
So run yum update (or yum install bind-libs) to bring that up to date.
12124springnet
Posts: 7
Joined: Fri Sep 12, 2014 9:54 pm

Fedora Core 3, Clean Install - Not working!

Post by 12124springnet »

Getting following errors:
[zimbra@www bin]$ ./zmcontrol start

Host http://www.sportsgametime.com">http://http://www.sportsgametime.com">http://http://www.sportsgametime.com">http://http://www.sportsgametime.com

[zimbra@www bin]$ ./zmcontrol stop

Host http://www.sportsgametime.com">http://http://www.sportsgametime.com">http://http://www.sportsgametime.com">http://http://www.sportsgametime.com

Stopping antispam...Done

Stopping antivirus...Done

Stopping ldap...Done

Stopping logger...Done

Stopping mailbox...FAILED

Error: tomcat not running (pid 13357), stale pid file?

Error: assertion '-r /opt/zimbra/conf/my.cnf' failed


Stopping mta...Done

Stopping snmp...Done

Stopping spell...Done

[zimbra@www bin]$ service tomcat start

-bash: service: command not found

[zimbra@www bin]$ ./tomcat start

ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)

ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)

[zimbra@www bin]$ ./zmcontrol start

Host http://www.sportsgametime.com">http://http://www.sportsgametime.com">http://http://www.sportsgametime.com">http://http://www.sportsgametime.com

[zimbra@www bin]$
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

Fedora Core 3, Clean Install - Not working!

Post by 14319KevinH »

Looks like you've got a few problems, LDAP doesn't seem to be running. Take a look at the installation FAQ:
http://wiki.zimbra.com/index.php?title= ... ion_Issues
Post Reply