Hello,
I recently installed a HP DL360 G5 with RHEL5 x86_64 and everything seems to be working fine except HP's own Operations agent.
I managed to install it with some tricking, but when trying to launch it responds with:
/sbin/consoletype: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/sbin/consoletype: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
mkdir: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
chmod: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Starting DCE RPC portmapper: /opt/dce-1.1/bin/rpcd: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Of course all these libraries exists. Ldd output for rpcd:
[root www 75_OV_Linux]# ldd /opt/dce-1.1/bin/rpcd
linux-gate.so.1 => (0xffffe000)
libdcerpc.so => /usr/lib/libdcerpc.so (0xf7f1b000)
libdcethread.so => /usr/lib/libdcethread.so (0xf7f09000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00881000)
libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2 (0xf7ec6000)
libm.so.6 => /lib/libm.so.6 (0x0098c000)
libc.so.6 => /lib/libc.so.6 (0x00742000)
/lib/ld-linux.so.2 (0x00725000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00c38000)
Of course, I know this isn't exactly a redhat problem, or its fault, but if anyone have some tips / advices it'll be greatly appreciated
Regards
Erik Weber