Building unixODBC

 

Source from ftp.easysoft.com/pub/beta/unixODBC

Current release 2.2.0

Should be familier to anyone who has built any other autoconf stuff

GUI parts require QT 2.2 or above, from http://www.troll.no

Typical build

export QTDIR=/usr/local/qt

./configure --sysconfdir=/etc

make

make install

Other configuration options

--prefix=/path/to/install/location

--enable-threads=yes

--enable-drivers=no

--enable-gui=no

Configure drivers

Configure data sources

 

 

next