Header Ads Widget

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

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

/u01/system_base_dir/inst/apps/EBSBETA_ebsbeta/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
/u01/system_ba
se_dir/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

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.