www.centos.org Forum Index CentOS 5 - Application & Software Support Oracle Application Server Installation
|
Bottom Previous Topic Next Topic |
| |
|
|
|---|
| Poster | Thread |
|---|
|
Re: Oracle Application Server Installation | #2 |
|
|---|---|---|---|
|
Newbie
![]()
Joined: 2008/2/13
From
Posts: 3
|
Hi,
You can check out: http://vnull.pcnet.com.pl/blog/?p=79#comments "CentOS5 and RHEL5 comes without libdb.so.2 library (old Sleepycat database software). The problem is that there is no RPM for this library in the repositories (newest is only compat-db-4.3 which provides libdb4-3.so." This is what someone there posted: ======================= This is from the Oracle 10.2 release notes found here: http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b15659/toc.htm#CJAHFHCJ There is actually a compatible library already installed as part of the gdbm-1.8.0-xx.x.x install, which is available for RHEL/OEL/CentOS 5. All you need to do is add a symlink: ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2 I hope this helps. I struggled for a few hours finding this out! It is not particularly well documented that this symlink is required.– Dave ======================= |
||
Posted on: 2008/2/13 7:20
|
|||
Top Previous Topic Next Topic |
|



Topic options
Print Topic
Threaded
Newest First
dfebb


It is not particularly well documented that this symlink is required.

You cannot start a new topic.
You can view topic.