Re: compiling odbc

From: Brent Austin <brent1a(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeremy Faith <jfaith(at)cemsys(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: compiling odbc
Date: 2008-09-19 22:49:16
Message-ID: 653511.15314.qm@web65403.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Yes, two PATH items, I guess.
"export PATH=$PATH:/usr/local/pgsql"
 
takes care of:
 
"checking for pg_config... no
configure: error: pg_config not found (set PG_CONFIG environment variable)"
 
How can I take care of the following as well with out messing up the above?

"configure: error: unixODBC library "odbcinst" not found"

(I found "odbcinst" is in my /opt/local/bin)

----- Original Message ----
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brent Austin <brent1a(at)yahoo(dot)com>
Cc: Jeremy Faith <jfaith(at)cemsys(dot)com>; pgsql-odbc(at)postgresql(dot)org
Sent: Friday, September 19, 2008 3:11:36 PM
Subject: Re: [ODBC] compiling odbc

Brent Austin <brent1a(at)yahoo(dot)com> writes:
> How do I tell configure that pgsql is in /usr/local/pgsql and ALSO tell it that obcinst is in /opt/local/bin ???

Two PATH items?

            regards, tom lane

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jeremy Faith 2008-09-22 09:06:28 Re: compiling odbc
Previous Message Tom Lane 2008-09-19 20:11:36 Re: compiling odbc