Skip to Content.
Sympa Menu

freetds - Re: [freetds] newbe

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] newbe
  • Date: Sat, 2 May 2009 18:47:10 -0400

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





Archive powered by MHonArc 2.6.24.

Top of Page