Re: compiling odbc

From: Brent Austin <brent1a(at)yahoo(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: compiling odbc
Date: 2008-09-19 08:33:19
Message-ID: 466860.10875.qm@web65401.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

So far this is what I get when I try that command-

client-66-1xx-17-xx4:~ brent1a$ export PATH=$PATH:/usr/local/psql/bin
client-66-1xx-17-xx4:~ brent1a$ cd /psqlodbc-08.03.0200
client-66-1xx-17-xx4:psqlodbc-08.03.0200 brent1a$ sudo ./configure
Password:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pg_config... no
configure: error: pg_config not found (set PG_CONFIG environment variable)
client-66-1xx-17-xx4:psqlodbc-08.03.0200 brent1a$

----- Original Message ----
From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: Brent Austin *EXTERN* <brent1a(at)yahoo(dot)com>; pgsql-odbc(at)postgresql(dot)org
Sent: Friday, September 19, 2008 1:35:20 AM
Subject: RE: [ODBC] compiling odbc

Brent Austin wrote:
> My pg_config file is in: /usr/local/pgsql/bin so how do I
> tell terminal to see that it's there instead of where it thinks it is?
>
> would this fix it:
>
> export PATH=$PATH:/usr/local/psql

Erm, no.
Try:

export PATH=$PATH:/usr/local/psql/bin

Yours,
Laurenz Albe

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Albe Laurenz 2008-09-19 11:11:40 Re: compiling odbc
Previous Message Albe Laurenz 2008-09-19 06:35:20 Re: compiling odbc