unixODBC for Oracle 11g database install
788670Jul 31 2010 — edited Aug 6 2010I am installing 64-bit 11gR2 database on 64-bit RHEL 5. The prereq check fails for both i386 and x64 versions of:
unixODBC-2.2.11
unixODBC-devel-2.2.11
I have not been able to find 64-bit versions of the above. Do they exist? If so, why does it also check for the 32-bit versions?
For 32-bit versions, I got the source for unixODBC 2.2.11 and compiled it (/usr/local/bin is in $PATH):
./configure -prefix=/usr/local -enable-gui=no
make
make install
But then the unixODBC-devel RPM fails, saying that it needs unixODBC as a prereq. Any advice?