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: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: AW: [freetds] connect problem to mssql 7.0
  • Date: Thu, 18 Dec 2003 20:24:38 -0000

Il gio, 2003-12-18 alle 21:17, Roland Bole ha scritto:
> >
> > >
> > > how can i delete all old files including the lib from the older versions
> > of
> > > freetds?
> > > than i try to rebuild freetds.
> > >
> >
> > It depends on how you installed it... If you used a package use your
> > package manager, if you installed from source you can use "make
> > uninstall" from source...
> >
> > freddy77
> >
> >
> > _______________________________________________
> > FreeTDS mailing list
> > FreeTDS AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/freetds
> >
>
> i uninstalled the old version 0.62 but for the older version 0.61 i havenĀ“t
> the install files, because i removed this files by myself (super roland)
> after this i build freetds new.
>

simply download again (0.61.2 version) and just issue
./configure
make uninstall

without any other commands.

> ./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...

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page