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....
- BPEL Worklist Application Error
I wanted to note that our team has received an error when managers logged into the Worklist Application on one...
- 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...
- 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...
- IIS Error - W3SVC Not Starting - Event ID 115
Did your personal IIS stop working recently — the one you run on XP perhaps? Did you get the following...
- Salesforce.com Error Migrating 10.0 to 11.1 API - Oracle BPEL
If you have experienced issues when moving from Salesforce.com API version 10.0 to 11.1, you should double check your content...
- domain.log File Growing Fast - Filesystem Full
Are you running out of disk space because your domain.log is growing too fast? Open BPEL_HOME/domains//config/log4j-config.xml Change the appender...
- 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...
