libiodbc is an API to ODBC compatible databases.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://downloads.sourceforge.net/iodbc/libiodbc-3.52.15.tar.gz
Download MD5 sum: 89949a41e542bb1b880d7fcc4987dad2
Download size: 1.0 MB
Estimated disk space required: 26 MB
Estimated build time: 0.2 SBU
GTK+-2.24.33 (to create the GUI admin tool)
Install libiodbc by running the following commands:
./configure --prefix=/usr \ --with-iodbc-inidir=/etc/iodbc \ --includedir=/usr/include/iodbc \ --disable-libodbc \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--with-iodbc-inidir=/etc/iodbc
:
libiodbc will install configuration files
in this directory.
--includedir=/usr/include/iodbc
: This installs the
interface headers to a private directory to avoid a conflict with headers
installed by unixODBC.
--disable-libodbc
: This prevents the installation
of the libodbc.so
symbolic link to
avoid a conflict with unixODBC.
--disable-static
: This switch prevents
installation of static versions of the libraries.