HI Everyone,
I came across this error :
$ rpm -Uvh unixODBC-2.2.14-12.el6_3.i686.rpm
error: Failed dependencies:
libltdl.so.7 is needed by unixODBC-2.2.14-12.el6_3.i686
libreadline.so.6 is needed by unixODBC-2.2.14-12.el6_3.i686
and also with this package (unixODBC-devel-2.2.14-11.el6.i686)
when i was installing :
Package unixODBC-2.2.14-12.el6_3.i686.rpm
I searched and i got this link error when trying to install Package unixODBC-2.2.14-12.el6_3.i686.rpm on OEL 6.4(64 Bit) but it was Not Answered and archived
it did not solve my problem.
I fixed the error so i would like to share the solution
Solution :
To get this libltdl.so.7 you need to install this rpm yaf-1.3.2-1.el6.rf.x86_64 or yaf-1.3.2-1.el6.rf.i686
but these packages itself has dependencies so install with this command "rpm -ivh --nodeps "
THEN
To get this libreadline.so.6 you need to install this rpm readline-6.0-4.el6.i686.rpm or readline-6.0-4.el6.x86_64.rpm
but these packages itself has dependencies so install with this command "rpm -ivh --nodeps "
AND
Now you can install unixODBC-2.2.14-12.el6_3.i686.rpm
Thanks
Owais Khan