Re: help compiling psqldobc-08.03.0400

From: "Kulik, Scott" <SKulik(at)severstalna(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: help compiling psqldobc-08.03.0400
Date: 2009-07-09 20:43:57
Message-ID: 367B33A3B0BA27429CC76B74A71EECC4502816@snaex01.ms.severstalna.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I have installed unixODBC in /usr/local so I export then following:

export LD_LIBRARY_PATH=/usr/local/lib
export LDFLAGS=-L/usr/local/lib
export CPPFLAGS=-I/usr/local/include

I am not using any other configure options. I have tried
--with-unixodbc but I still get the same error message.

-----Original Message-----
From: Alex Goncharov [mailto:alex-goncharov(at)comcast(dot)net]
Sent: Thursday, July 09, 2009 3:42 PM
To: Kulik, Scott
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] help compiling psqldobc-08.03.0400

,--- You/Scott (Thu, 9 Jul 2009 15:07:07 -0400) ----*
| Here are my specs:
|
| unixODBC-2.2.14 (compiled from source)
| psqlodbc-08.03.0400 (attempting to compile from source)

Most important: what options do you call `configure' with when you are
trying to build PostgreSQL ODBC driver?

Most important in that: are you using --with-unixodbc?

-- Alex -- alex-goncharov(at)comcast(dot)net --

/*
* Never let someone who says it cannot be done
* interrupt the person who is doing it.
*/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Mads Lindstrøm 2009-07-12 17:28:31 Any plans to support SQLDescribeParam (and friends) ?
Previous Message Alex Goncharov 2009-07-09 19:42:23 Re: help compiling psqldobc-08.03.0400