Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR: when trying to install Package unixODBC-2.2.14-12.el6_3.i686.rpm (OEL6 OR RHEL6)

user8943559Jun 26 2014 — edited Jun 27 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2014
Added on Jun 26 2014
4 comments
5,845 views