unixODBC for ARM linux
Gigin Jose <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi , I need to connect from a linux platform to MSSQL on remote machine. I have downloaded freeTDS 0.82 version. I am trying to configure and compile it for ARM linux platform with ODBC enabled. The following is the configure command I give: ./configure --with-tdsver=8.0 --with-odbc-nodm--include-prefix=/home/suriya/Desktop/bibhu_satya/odbc/iodbc_arm/include/ --prefix=/home/suriya/tds/arm_tds_withODBC_1/ --enable-odbc=yes --host=arm-linux After successfully doing the make and make install, I run the "tsql" binary from the target. I get the following message: [\u@\h \W]\# ./tsql -CCompile-time settings (established with the "configure" script) Version: freetds v0.82 freetds.conf directory: /home/suriya/tds/arm_tds_withODBC/etc MS db-lib source compatibility: no Sybase binary compatibility: no Thread safety: yes iconv library: yes TDS version: 8.0 iODBC: no unixodbc: no[\u@\h \W]\# Why am I not able to add the unixodbc support.? Should I change something in the configure script ? Please do help