Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Apache/bin/httpd:error while loading shared libraries libdb.so.2

$
0
0


ERROR:
                                               
CAUSE:

While creating a new clone with R12.1.3 when starting the Apache i get the errors:

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

SOLUTION:

The soft link libdb.so.2 is missing

Create the soft link using super user -  root:
1) stop : middle tier services
2) create soft link using root user:
    $ ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
3) Start the application services.
4) Test issue now.


Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>