Skip to Content.
Sympa Menu

freetds - RE: [freetds] Freetds\sql server lag

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Freetds\sql server lag
  • Date: Mon, 24 Nov 2003 09:59:29 +0100

>
> > You're trying to build the ODBC driver, but the Makefile
> > doesn't know where to look for the odbc header files. This
> > is configure's fault.
> > Either it's being forced to build the ODBC driver, or it
> > thinks it can but fails to construct a Makefile that works.
> >
> > You might try adding the appropriate path (with -I to CFLAGS, say).
> >
> > Do you want to build the ODBC driver? Do you have a driver
> > manager installed?
> >
> I have nothing with the odbc, I think freetds default
> configure have been change. I did plain ./configure, (I tried
> also --disable-odbc,--without-iodbc, --without-unixodbc).
>
> How can I disable odbc?
>

Hi Moshe!
Probably you have installed an ODBC manager but not headers, so FreeTDS
detect the driver manager and enable odbc.
In one of my systems:

$ rpm -qa | grep -i odbc
unixODBC-kde-2.2.5-1
unixODBC-devel-2.2.5-1
unixODBC-2.2.5-1

Probably you have unixODBC but not unixODBC-devel.

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page