Skip to content
Prev 24955 / 398502 Next

Problem Installing RODBC under RedHat 7.3

maybe rpm -i unixODBC-devel-2.1.1-1.i386.rpm

(although from rpmfind, it looks as though the RH73 versions are:
unixODBC-devel-2.2.0-5.i386.rpm and unixODBC-2.2.0-5.i386.rpm)

It seems to be an FAQ for RedHat and other RPM users that installing the
base package only installs the runtime libraries, but to install R
packages, you always also need the *-devel-*.rpm too. Check what:

rpm -qa | grep <your_target>

says - if there is no *-devel-* package, install it!

Roger