Oracle db 11g installation on Scientific Linux
I compiled root (v5.34.04) with oracle support and wanted to use the
root features with oracle. I am using scientific linux 6.3 (64 bit)
with the kernel 2.6.32-279.19.1.el6.x86_64 .For compiling with root I
followed the following steps:
Installed the oracle instant client + SDK for Linux (
oracle-instantclient11.2- basic-11.2.0.3.0-1.x86_64.rpm +
instantclient-sdk-linux.x64- 11.2.0.3.0.zip ) version 11.2.0.3 from
the oracle website
Build root using the following configuration : ./configure
--enable-oracle --enable-gdml
--with-oracle-libdir=/usr/lib/ oracle/11.2/client64/lib
--with-oracle-incdir=/usr/ include/oracle/11.2/client64
This is the output of the dynamic dependencies of the libOracle.so
ldd libOracle.so
linux-vdso.so.1 => (0x00007fffe5dff000)
libNet.so => /home/arnab/products/root_v5.
with the kernel 2.6.32-279.19.1.el6.x86_64 .For compiling with root I
followed the following steps:
Installed the oracle instant client + SDK for Linux (
oracle-instantclient11.2-
instantclient-sdk-linux.x64-
the oracle website
Build root using the following configuration : ./configure
--enable-oracle --enable-gdml
--with-oracle-libdir=/usr/lib/
--with-oracle-incdir=/usr/
This is the output of the dynamic dependencies of the libOracle.so
ldd libOracle.so
linux-vdso.so.1 => (0x00007fffe5dff000)
libNet.so => /home/arnab/products/root_v5.
0