Hi,
For somw comparison tests, I need to install an Oracle 11g database on OEL 6.x.
According to the documentation, I should be able to install Oracle 11g on OEL 6.5.
In short, here is what I have done:
1) As root:
cd /etc/yum.repos.d
wget http://public-yum.oracle.com/public-yum-ol6.repo
2)
yum update
3)
yum install oracle-rdbms-server-11gR2-preinstall
But when I start the OUI, I have as check errors that the following packages are not installed:
Then it complains about the missing packages:
-> libaio-0.3.105
-> compat-libstdc++-33-3.2.3
-> libaio-devel-0.3.105
-> libgcc-3.4.6
-> libstdc++-3.4.6
-> unixODBC-2.2.11
-> unixODBC-devel-2.2.11
-> pdksh-5.2.14
Yet, If I run a check:
rpm -q libaio
it returns:
[root@oel6564-odb11g-test Packages]# rpm -q libaio
libaio-0.3.107-10.el6.x86_64
libaio-0.3.107-10.el6.i686
[root@oel6564-odb11g-test Packages]#
Does someone know what is going wrong?
Why do I have a mising package for pdksh-5.2.14.
It is even not metntioned in the installation documentation for OEL 6.5.
Thanks by advance for any tip.
Kind Regards