OID Install in Oracle Enterprise Linux (OEL) 5 - Shared Libraries Error
By M&S Consulting (Amit) on Nov 1st, 2009
Filed Under Technical Tips // Tags: identity management, oracle architecture, virtualize and vm
Filed Under Technical Tips // Tags: identity management, oracle architecture, virtualize and vm
When installing 10g OID on OEL5, if you run into the following error, you can run the below commands to address the issue:
Error:
OPMN HTTP process fails to start. When you look in the log file, it says:/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
To fix, run the following commands:
# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2 # chmod 755 /usr/lib/libgdbm.so.2.0.0 # chmod 755 /usr/lib/libdb.so.2
Related Information:
- BPA 10.1.3.4 Windows Install with XE I have just had a heck of a time with installing BPA (Architect) Evaluation on a Windows Server 2003 machine....
- Invalid Nested Schema Loading Error with Oracle BPEL, AIA/PIP I faced this issue in the context of building an Application Business Connector Service (ABCS) using AIA / PIP, so...
- Oracle System Administration - Linux Commands (Red Hat) Following is a sortable table of the most common Linux commands we use on a day-to-day basis while implementing and...
- Move Oracle Linux VM to New Machine - Static IP I just copied an Oracle Enterprise Linux VM from one Windows machine to another and the IP address for the...
- Oracle VM Templates Firewall Policy Many Oracle VM templates come with a default firewall policy turned on. Â You can disable it by running the...
- Oracle XE 10g Windows Install - Video Walkthrough Tutorial This tutorial article is meant to provide a visual guide to the process of installing Oracle express edition (XE) onto...
- Install Oracle Apex 3.2 on XE and XP Pro - Video Walkthrough Tutorial This tutorial is a supplment to the install video linked to below. It takes you through the process of installing...
- Oracle APEX 3.2 Download - Application Express for Windows, Linux, etc. Oracle APEX 3.2, the latest of the APEX downloads, is available on oracle.com as of February 27, 2009. This is...
