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

Issue:

/erpapps/apps/inst/apps/ERPDEV_erpappstst/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
/erpapps/apps/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory

 

Solution:

1. Shut down all Oracle Application Services.

2. As the unix root user, create a soft link as follows:

ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
3. Start up all Oracle Application Services.

Reference :Attempting to Start Apache (adapcctl.sh) Throws an ‘Error While Loading Shared Libraries: libdb.so.2’ on RedHat Linux 5 (Doc ID 879522.1)

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment