Page 1 of 1

Install unixODBC

Posted: Thu Jul 12, 2012 1:41 pm
by Julie
Hi guys, I have a new Linux box that needs ODBC installed. Can someone let me know where I can get the rpm? I'm using CentOS 6. Thanks

Re: Install unixODBC

Posted: Thu Jul 12, 2012 2:23 pm
by id10t
Hi Julie!

unixODBC - in repository!

Code: Select all

[dbadmin@centos01]$ yum search unixODBC
Loaded plugins: fastestmirror, refresh-packagekit, security
Determining fastest mirrors
 * base: centos.syn.com
 * extras: centos.syn.com
 * updates: centos.syn.com

Code: Select all

unixODBC-devel.i686 : Development files for programs which will use the unixODBC
                    : library
unixODBC-devel.x86_64 : Development files for programs which will use the unixODBC
                      : library
freeradius-unixODBC.x86_64 : Unix ODBC support for freeradius
unixODBC.i686 : A complete ODBC driver manager for Linux
unixODBC.x86_64 : A complete ODBC driver manager for Linux
unixODBC-kde.i686 : KDE driver manager components for ODBC
unixODBC-kde.x86_64 : KDE driver manager components for ODBC

Re: Install unixODBC

Posted: Thu Jul 12, 2012 2:56 pm
by Julie
Thanks for you quick response, sKwa!

I did a yum install unixODBC and now I have isql available to test my connections.