Re: compiling odbc - Mailing list pgsql-odbc

From Brent Austin
Subject Re: compiling odbc
Date
Msg-id 653511.15314.qm@web65403.mail.ac4.yahoo.com
Whole thread Raw
In response to compiling odbc  (Brent Austin <brent1a@yahoo.com>)
Responses Re: compiling odbc  (Jeremy Faith <jfaith@cemsys.com>)
List 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@sss.pgh.pa.us>
To: Brent Austin <brent1a@yahoo.com>
Cc: Jeremy Faith <jfaith@cemsys.com>; pgsql-odbc@postgresql.org
Sent: Friday, September 19, 2008 3:11:36 PM
Subject: Re: [ODBC] compiling odbc

Brent Austin <brent1a@yahoo.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

pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: compiling odbc
Next
From: Jeremy Faith
Date:
Subject: Re: compiling odbc