1.安装unixODBC库
检查
gcc
包
tar -xvf unixODBC-2.3.0.tar.gz
cd unixODBC-2.3.0/
./configure
make && make install
按上面安装后,unixODBC的lib、include和etc配置生成在$HOME/unixODBC下
但这时etc下的odbc.ini和odbcinst.ini尚且为空,需要配置。
配置注意:odbcinst.int的节点名称(红框2)是odbc.int的Driver值。
安装完成后,把unixODBC的l