OID Install in Oracle Enterprise Linux (OEL) 5 – Shared Libraries Error
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:
- Oracle System Administration – Linux Commands (Red Hat)
Following is a sortable table...
- Windows Mount on Linux – mount error(127): Key has expired
We just ran into a...
- BPA 10.1.3.4 Windows Install with XE
I have just had a...
- BPEL Worklist Application Error
I wanted to note that...
- Invalid Nested Schema Loading Error with Oracle BPEL, AIA/PIP
I faced this issue in...
- IIS Error – W3SVC Not Starting – Event ID 115
Did your personal IIS stop working recently...
- Salesforce.com Error Migrating 10.0 to 11.1 API – Oracle BPEL
If you have experienced issues...
- Install Oracle Apex 3.2 on XE and XP Pro – Video Walkthrough Tutorial
This tutorial is a supplment...

Recent Comments