[freetds] (no subject)
Igor Korot
ikorot at earthlink.net
Sat May 28 16:49:35 EDT 2005
Yes, thank you.
It's my odbcinst.ini was pointed to the wrong place.
Thank you very much.
Il giorno ven, 27-05-2005 alle 16:02 -0700, Igor Korot ha scritto:
> This is my odbcinst.ini file.
> [TDS]
> Description = Sybase
> Driver = /usr/local/libtdsodbc.so
> Setup = /usr/local/libtdsodbc.so
> FileUsage = 1
>
> And I am using FreeTDS 0.62.3.
> OS verion : Gentoo Linux 2005.0
> kernel 2.6
>
> This is the output of nm:
> gentoo root # nm /usr/lib/libtdsodbc.so |grep ODBC
> nm: /usr/lib/libtdsodbc.so: no symbols
>
> I guess this is the problem, right? But I switched the ODBC on, when installed
the FreeTDS.....
> Please confirm it's a problem, I will look into it.
>
> Thank you.
>
Well, in odbcinst.ini is /usr/local/libtdsodbc.so while in your command
you used /usr/lib/libtdsodbc.so... IMO one is wrong...
Perhaps nm fails cause lib is stripped, you can have more luck with
$ objdump -T /usr/lib/libtdsodbc.so |grep ODBC
0000d114 g DF .text 0000066d Base ODBCINSTGetProperties
freddy77
More information about the FreeTDS
mailing list