19 October 2010

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

 I have installed the new R12.1.1 on Linux 5.5 32bit OS

i am getting below error   

Error1:-

error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
Error2:-
Cannot load /oracle/BALAJI/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_ossl.so into server: /oracle/BALAJI/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_ossl.so: undefined symbol: dbm_firstkey

Solution:-

Please download below patch

https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=6078836

Patch Number is =6078836

then unzip the patch login as a root user copy libdb.so.2  past to  /usr/lib

Then start all services

1 comment:

Kathy H said...

Just wanted to say that this article was a lifesaver! I'd been struggling with a 2 node distributed install for about 1 wk, and continued getting issues on the web/app server install. I found this note, got the patch and had my unix admin put this file in place and it worked! I was able to start HTTP Server and all is working fine now! Thanks again!