httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory in OEL 5 and RHEL 5
Error:
httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directoryAs root create a symbolic link:
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
Reference:
Oracle Application Server 10g (10.1.2) Installation Requirements for Linux OEL 5 and RHEL 5 [ID 564174.1]
Execute.
ResponderExcluirln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2