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
Bookmark and Share

Related Information:

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

Leave a Reply