Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 439 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Libraries missing while installing Oracle 11.2g on Oracle Linux 6.2

user8999602
Member Posts: 25
Hi,
i just installed oracle linux 6.2 and started to isntall Oracle 11.2g server.
so first i installed the yum install oracle-rdbms-server-11gR2-preinstall_
but when i run the prerequisite check on OUI it shows some libraries missing. the issue is that the libraries are installed but the version doesn't match.
ex: when i query rpm -q libaio it shows that i have installed libaio-0.3.107 but in OUI it shows that libaio-0.3.105 is missing.
is this normal or should i go and install also the previous versions of the missing libraries?
i just installed oracle linux 6.2 and started to isntall Oracle 11.2g server.
so first i installed the yum install oracle-rdbms-server-11gR2-preinstall_
but when i run the prerequisite check on OUI it shows some libraries missing. the issue is that the libraries are installed but the version doesn't match.
ex: when i query rpm -q libaio it shows that i have installed libaio-0.3.107 but in OUI it shows that libaio-0.3.105 is missing.
is this normal or should i go and install also the previous versions of the missing libraries?
Answers
-
user8999602 wrote:what I do is to simply create a softlink from desired name to the existing version; as below
Hi,
i just installed oracle linux 6.2 and started to isntall Oracle 11.2g server.
so first i installed the yum install oracle-rdbms-server-11gR2-preinstall_
but when i run the prerequisite check on OUI it shows some libraries missing. the issue is that the libraries are installed but the version doesn't match.
ex: when i query rpm -q libaio it shows that i have installed libaio-0.3.107 but in OUI it shows that libaio-0.3.105 is missing.
is this normal or should i go and install also the previous versions of the missing libraries?
ln -s libaio-0.3.107 libaio-0.3.105
Edited by: sb92075 on Apr 14, 2012 10:50 AM -
Hi;
What below query return?
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep package_here
Please see:
https://blogs.oracle.com/wim/entry/setting_up_oracle_linux_6
Regard
Helios -
I'm facing the same issue. This might sound so simple; but... where do I need to create this softlink? may I execute that command (ln -s libaio-0.3.107 libaio-0.3.105) in any place?
-
933476 wrote:cd into the directory where libaio-0.3.107 resides now
I'm facing the same issue. This might sound so simple; but... where do I need to create this softlink? may I execute that command (ln -s libaio-0.3.107 libaio-0.3.105) in any place?
ln -s {real_file} {alias_name} -
Thanks for your quick response... but;that's the problem... I don't know what path/directory should I use... I know that the RPM is installed:
Line: -----
Command:
# rpm -qil libaio-0.3.107-10.el6.i686
Output:
Name : libaio Relocations: (not relocatable)
Version : 0.3.107 Vendor: Oracle America
Release : 10.el6 Build Date: Tue 06 Jul 2010 10:32:58 AM CDT
Install Date: Thu 10 May 2012 12:54:11 AM CDT Build Host: ca-build19.us.oracle.com
Group : System Environment/Libraries Source RPM: libaio-0.3.107-10.el6.src.rpm
Size : 32198 License: LGPLv2+
Signature : RSA/8, Mon 03 Jan 2011 02:07:00 PM CST, Key ID 72f97b74ec551f03
URL : http://git.kernel.org/?p=libs/libaio/libaio.git
Summary : Linux-native asynchronous I/O access library
Description :
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.
/lib/libaio.so.1
/lib/libaio.so.1.0.0
/lib/libaio.so.1.0.1
/usr/share/doc/libaio-0.3.107
/usr/share/doc/libaio-0.3.107/COPYING
/usr/share/doc/libaio-0.3.107/TODO
Line: -----
which directory should I use as {real_file}?
ln -s {real_file???} {alias_name} -
933476 wrote:find / -name libaio\* -print 2>/dev/null
Thanks for your quick response... but;that's the problem... I don't know what path/directory should I use... I know that the RPM is installed: -
I was using a similar command (find / -name "libaio*" 2>/dev/null). However, This is what I get:
# find / -name libaio\* -print 2>/dev/null
/usr/share/doc/libaio-0.3.107
/usr/include/libaio.h
/usr/lib/libaio.so
/usr/lib/libaio.a
/usr/lib64/libaio.so
/usr/lib64/libaio.a
/iso/Packages/libaio-0.3.107-10.el6.i686.rpm ( comment: mounted DVD of ORCL linux 6.2)
/iso/Packages/libaio-0.3.107-10.el6.x86_64.rpm ( comment: mounted DVD of ORCL linux 6.2)
/iso/Packages/libaio-devel-0.3.107-10.el6.x86_64.rpm ( comment: mounted DVD of ORCL linux 6.2)
/iso/Packages/libaio-devel-0.3.107-10.el6.i686.rpm ( comment: mounted DVD of ORCL linux 6.2)
/lib/libaio.so.1.0.0
/lib/libaio.so.1.0.1
/lib/libaio.so.1
/lib64/libaio.so.1.0.0
/lib64/libaio.so.1.0.1
/lib64/libaio.so.1
I can't find any libaio-0.3.107 beside the one located on the Oracle Linux 6.2 DVD...
Thank you for you help and time. I really appreciate it -
ok guys, I think I have found the solution: Some packages can usually be ignored since de OUI does not recognise newer packages:
packages that can be ignored:
libaio-0.3.105 (i386)
compat-libstdc++-33-3.2.3 (i386)
libaio-devel-0.3.105 (i386)
libgcc-3.4.6 (i386)
libstdc++-3.4.6 (i386)
unixODBC-2.2.11 (i386)
unixODBC-devel-2.2.11 (i386)
pdksh-5.2.14
source:
https://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-11g-R2-on-RHEL-6.0-x86_64.php
This discussion has been closed.