Skip to Content.
Sympa Menu

freetds - Re: [freetds] unixodbc: no ??

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Craig A. Berry" <craigberry AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] unixodbc: no ??
  • Date: Fri, 07 Oct 2011 16:25:35 -0500


On Oct 7, 2011, at 3:12 PM, Perl_to_SQL_Server wrote:

> Thanks much for your answer, here's what I've got from an untouched Linux
> version 2.6.16.72 (SUSE Linux):
>
> /usr/bin/odbc_config

So what happens if you configure with:

$ ./configure --prefix/home/myself --with-unixodbc=/usr --with-tdsver=7.1

so that it looks for /usr/bin/odbc_config, which you appear to have? This
based on reading configure and spotting the line that looks like:

if test -f "$with_unixodbc/bin/odbc_config"; then

where $with_unixodbc will be whatever you gave it on the command line.

And rather than running a massive search for sql.h, why not do what configure
does and have it tell you:

$ /usr/bin/odbc_config --include-prefix



________________________________________
Craig A. Berry
mailto:craigberry AT mac.com

"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser





Archive powered by MHonArc 2.6.24.

Top of Page