libiodbc-3.52.7

Introduction to libiodbc

libiodbc is an API to ODBC compatible databases.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

libiodbc Dependencies

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libiodbc

Installation of libiodbc

Install libiodbc by running the following commands:

./configure prefix=/usr --with-iodbc-inidir=/etc/iodbc &&
make

Now, as the root user:

make install

Command Explanations

--with-iodbc-inidir: libiodbc will install config files in this directory.

Contents

Installed Programs: iodbc-config, iodbctest, iodbctestw, iodbcadm
Installed Libraries: libodbc.{a,so}, libiodbc.{a,so}, libiodbcinst.{a,so}, libiodbcadm.{a,so}
Installed Directory: /usr/share/libiodbc, /etc/iodbc

Short Descriptions

iodbc-config

is a utility for retrieving the installation options of libiodbc

iodbctest{,w}

is an interactive SQL processor

iodbcadm

is a graphical administration utility

Last updated on 2011-02-08 21:13:13 +0000