Skip to Content.
Sympa Menu

freetds - RE: AW: [freetds] connect problem to mssql 7.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: RE: AW: [freetds] connect problem to mssql 7.0
  • Date: Thu, 18 Dec 2003 15:46:13 -0500

> From: Frediano Ziglio [mailto:freddyz77 AT tin.it]
> Sent: December 18, 2003 3:25 PM
> > ./configure --with-prefix=/usr/local/freetds --with-tdsver=7.0
> > --enable-msdblib && make && make install
> >
> > and my error is still there.
> > bin/tsql -S xxxx -p 1433 -U xxx -P xx
> >
> > locale is "C"
> > charset is "ANSI_X3.4-1968"
> > bin/tsql: relocation error: bin/tsql: undefined symbol:
> > tds_set_charset
> >
>
> Why tsql (/usr/local/freetds/bin/tsql I imagine...) keeps
> searching for
> an old function ???
> Also it should be ./bin/tsql, not tsql unless you have '.' inside your
> PATH...

Try these, to clarify which tsql you're finding:

$ command -V tsql; tsql -C
tsql is /usr/local/bin/tsql
locale is "C"
using default charset "ISO-8859-1"
Compile-time settings (established with the "configure" script):
Version: freetds v0.62.dev.20031217
MS db-lib source compatibility: no
Sybase binary compatibility: unknown
Thread safety: no
iconv library: yes
TDS version: 7.0
iODBC: no
unixodbc: no

HTH.

--jkl

P.S. I think we should bump libtds to 3.0.

-----------------------------------------
The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the original
message. Please note that we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page