Hi everyone
I'm running ZCS 5.0 RC1 and would like to upgrade to ZCS 5.0 GA.
When I run the installer, the ldap service cannot start. It says
Code:
Starting ldap...failed with exit code 256.
and in the logfile:
Code:
/opt/zimbra/openldap/libexec/slapd: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
I'm really shure that this library exists on the system:
Code:
root@server:/opt# apt-get install libltdl3
Reading package lists... Done
Building dependency tree... Done
libltdl3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and
Code:
root@server:/opt# ls -Alh /usr/lib/libltd*
lrwxrwxrwx 1 root root 16 Nov 22 14:01 /usr/lib/libltdl.so.3 -> libltdl.so.3.1.4
-rw-r--r-- 1 root root 28K Jan 10 2006 /usr/lib/libltdl.so.3.1.4
and
Code:
root@server:/opt# aptitude search libtool
i libtool - Generic library support script
p libtool-doc - Generic library support script
p libtoolbar-java - extension of java swing component JToolBar
root@server:/opt# aptitude search libltdl
i libltdl3 - A system independent dlopen wrapper for GNU libtool
i libltdl3-dev - A system independent dlopen wrapper for GNU libtool
and
Code:
root@server:~# ldconfig -pv | grep liblt
libltdl.so.3 (libc6,x86-64) => /usr/lib/libltdl.so.3
libltdl.so (libc6,x86-64) => /usr/lib/libltdl.so Code:
root@server:/opt# uname -a
Linux server.xy.ch 2.6.22-14-xen #1 SMP Sun Oct 14 23:20:20 GMT 2007 x86_64 GNU/Linux
Code:
root@server:/opt# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=6.06
DISTRIB_CODENAME=dapper
DISTRIB_DESCRIPTION="Ubuntu 6.06.1 LTS"
For the 64Bit Installation of RC1 I followed
HOWTO: Ubuntu 64bit Install
Does anyone have an idea what is wrong?
Thanks a lot
Best Regards and Happy Christmas!
Tobias