Showing posts with label cannot start http in ebs. Show all posts
Showing posts with label cannot start http in ebs. Show all posts

Friday, 21 June 2013

HTTP Down in EBS(Linux), error " error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory"

If you have the following error in $LOG_HOME/ora/10.1.3/opmn/HTTP_Server~1.log

" error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory"

follow the below solution

As "root" user check if the softlink exists if not create a soft link as follows:

ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2