[freetds] newbe
James K. Lowden
jklowden at freetds.org
Sat May 2 18:47:10 EDT 2009
Gennady Vayl wrote:
>
> After I run this command:
>
> tsql -H (ipaddress of server, also tried machine name) -p 1433 -U
> (username, also tried domain/user name) -P password
>
> I get the following error:
> iconv.c:354: failed assertion `ret == 0'
Probably you want to disable libiconv,
$ ./configure --help | grep iconv
--disable-libiconv do not attempt to include libiconv
...
The built-in iconv handles all the basics for communicating with the
server. If you really need iconv, speak to Mr. GNU. ;-)
HTH.
--jkl
More information about the FreeTDS
mailing list