Creo el problema esta con el ODBC ya que no estan esas librerias, encontre esto:
http://lists.ibiblio.org/pipermail/f...q2/018664.html
segun deberia de hacer esto cuando se encuentran la librerias
The output from the ./configure script must contain at least the following for unixODBC to be enabled in FreeTDS:
checking for odbc_config... odbc_config
....
looking for installed odbc driver manager
checking for SQLConnect in -liodbc... no
checking for SQLConnect in -lodbc... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking for SQLGetPrivateProfileString in -lodbcinst... yes
checking for SQLWCHAR... yes
checking size of SQLWCHAR... 2
pero hace esto:
checking for SQLConnect in -lodbc... yes
checking sql.h usability... no
checking sql.h presence... no
checking for sql.h... no
entonces supuestamente esta instalado el ODBC
#odbcinst --version
UnixODBC 2.2.11
ahora no se si tengo que volver a instalar el ODBC, entre a la pagina:
http://www.unixodbc.org/
pero no se si el que me ponen es el que tengo que instalar
o el que me mencionan aqui:
http://lists.ibiblio.org/pipermail/f...q2/018664.html
odbc-devel
tambien veo que requiere QT2.2
que hago?
gracias