Re: newbe
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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