Saturday, June 13, 2009

[Issue] Apache startup issue @12.0.4/RHEL5

After installing the RHEL5 on the box ,we cloned an R12 [12.0.4] instance on the same box.


Error:
> After successful cloning of 12.0.4 on RHEL5 , we found out that all the services are up and running except the HTTP/Apache.

Cause :
> libdb.so.2 is missing in /usr/lib directory

Solution :
> Bring down all the application services.

> Download the patch
6078836 :RH5.0 / OEL5.0 CERT : SPECIAL LIBRARY NEEDED TO RUN OHS ON REDHAT5

MACHINE (Linux x86) from metalink.

> Copy the libdb.so.2 to /usr/lib with super user as owner ;also change the permissions accordingly.

> Bring up all the services.