Application manager fails to start
OS: RHEL 4 AS UD2
Hardware: Opteron 64bits
My application manager fails to start with the given reason:
Failed to establish connection with web server. Gracefully shutting down Applications Manager
output of stderr.txt is:
/opt/AdventNet/ME/AppManager7/working/apache/bin/httpd: error while loading shared libraries: libgdbm.so.2: cannot open shared object file: No such file or directory
I've investigated these boards for a solution, but all I've found has been checked and to no avail.
$ldd working/apache/bin/httpd
provides the following:
linux-gate.so.1 => (0xffffe000)
libaprutil-0.so.0 => not found
libgdbm.so.2 => not found
libdb-3.2.so => /opt/AdventNet/ME/AppManager7/lib/libdb-3.2.so (0xf7f4a000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0xf7f2a000)
libapr-0.so.0 => not found
librt.so.1 => /lib/tls/librt.so.1 (0xf7f15000)
libm.so.6 => /lib/tls/libm.so.6 (0x002f7000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7ee7000)
libnsl.so.1 => /lib/libnsl.so.1 (0xf7ed1000)
libdl.so.2 => /lib/libdl.so.2 (0xf7ecd000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xf7ebb000)
libc.so.6 => /lib/tls/libc.so.6 (0x0065b000)
/lib/ld-linux.so.2 (0x00642000)
but my libgdbm.so.2 is there
$ls -la /usr/lib/libgdbm.so.2
lrwxrwxrwx 1 root root 25 Mar 28 05:25 /usr/lib/libgdbm.so.2 -> ../lib64/libgdbm.so.2.0.0
and in ldconfig aswell:
$cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
/opt/AdventNet/ME/AppManager7/lib
/usr/X11R6/lib64
/usr/local/lib64
/usr/local/lib
/usr/lib
/usr/lib64
/lib
Is this in some way due to the 64bit RHEL system or does anyone have a clue of what is going on.
New to ADSelfService Plus?