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: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Freetds\sql server lag
  • Date: Sun, 23 Nov 2003 19:18:05 -0500

On Sun, 23 Nov 2003, "moshe doron" <moshe AT i-com-it.com> wrote:
>
> The last snapshot cound't be build on my testing system (RH7.2):
>
> In file included from odbc.c:55:
> ../../include/tdsodbc.h:26:17: sql.h: No such file or directory
> ../../include/tdsodbc.h:27:20: sqlext.h: No such file or directory
> ../../include/tdsodbc.h:28:22: odbcinst.h: No such file or directory
> ...

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?

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page