Error While Loading Shared Libraries: libdb.so.2 on RedHat Linux 5
I created the soft link as below and just started the services and luckily every thing started up, otherwise i was going for reinstallation….
Error:
/oid/oracle/oidhome/Apache/Apache/bin/httpd: error while loading shared
libraries: libdb.so.2: cannot open shared object file: No such file or directory
Fix:
To solve this issue, Shut down all Oracle Application Services
As root user, create a soft link as follows:
$ ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
I created the soft link as below and just started the services and luckily every thing started up, otherwise i was going for reinstallation….
Error:
/oid/oracle/oidhome/Apache/Apache/bin/httpd: error while loading shared
libraries: libdb.so.2: cannot open shared object file: No such file or directory
Fix:
To solve this issue, Shut down all Oracle Application Services
As root user, create a soft link as follows:
$ ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
No comments:
Post a Comment