Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-29 Thread Tom Lane
Brent Austin <[EMAIL PROTECTED]> writes: > I could swear that is what I did..or is it not? That is why I sent a > copy/paste of that mess from my terminal: > it showed that I do have PG_CONFIG installed and it showed I did set my path. > That is why I am asking help because configure is sayin

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-29 Thread Brent Austin
) From: Albe Laurenz <[EMAIL PROTECTED]> To: Brent Austin *EXTERN* <[EMAIL PROTECTED]>; Grzegorz Jaśkiewicz <[EMAIL PROTECTED]> Cc: pgsql-general@postgresql.org Sent: Wednesday, October 29, 2008 7:14:37 AM Subject: Re: [GENERAL] [Help] Config Failure on Mac OSX: p

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-29 Thread Tom Lane
Brent Austin <[EMAIL PROTECTED]> writes: > Configure still failsI've tried everything I can figure > Last login: Wed Oct 29 02:58:10 on ttys000 > client-6X-1XX-17-XX4:~ brent1a$ cd /psqlodbc-08.03.0300 > client-6X-1XX-17-XX4:psqlodbc-08.03.0300 brent1a$ sudo ./configure > Password: > check

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-29 Thread Albe Laurenz
Brent Austin wrote: > Configure still failsI've tried everything I can figure [...] > configure: error: pg_config not found (set PG_CONFIG environment variable) It's quite simple: - Find out where pg_config is. - If you don't have it, install the appropriate package. - Make sure it's i

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-29 Thread Brent Austin
.0300 brent1a$ From: Grzegorz Jaśkiewicz <[EMAIL PROTECTED]> To: Brent Austin <[EMAIL PROTECTED]> Cc: pgsql-general@postgresql.org Sent: Tuesday, October 28, 2008 8:23:31 AM Subject: Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-28 Thread Albe Laurenz
Brent Austin wrote: > Trying to install psqlodbc-08.03.0300 on Mac gets me this > while I configure: > > > client-6X-XXX-17-X14:~ brent1a$ cd /psqlodbc-08.03.0300 > client-6X-XXX-17-X14:psqlodbc-08.03.0300 brent1a$ sudo ./configure > checking for a BSD-compatible install... /usr/bin/install -c

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-28 Thread John DeSoi
On Oct 28, 2008, at 8:22 AM, Brent Austin wrote: configure: error: pg_config not found (set PG_CONFIG environment variable) How did you do your PostgreSQL install? In the normal install from source, pg_config is in the bin folder with the rest of the usual PostgreSQL executables. Jo

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-28 Thread Grzegorz Jaśkiewicz
just type in 'pg_config' ,without quotes in terminal and see if it runs. if not, you gotta find it. For instance by using: find /usr -name pg_config than if it does come up with whereabouts of it - stick it into PG_CONFIG env variable: export PG_CONFIG=/path/path/pg_config and rerun configure in th

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-28 Thread Brent Austin
Cc: pgsql-general@postgresql.org Sent: Tuesday, October 28, 2008 7:50:48 AM Subject: Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300 On Tue, Oct 28, 2008 at 12:22 PM, Brent Austin <[EMAIL PROTECTED]> wrote: Trying to install psqlodbc-08.03.0300 on Mac gets me this while I

Re: [GENERAL] [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300

2008-10-28 Thread Grzegorz Jaśkiewicz
On Tue, Oct 28, 2008 at 12:22 PM, Brent Austin <[EMAIL PROTECTED]> wrote: > Trying to install psqlodbc-08.03.0300 on Mac gets me this while I > configure: > > client-6X-XXX-17-X14:~ brent1a$ cd /psqlodbc-08.03.0300 > client-6X-XXX-17-X14:psqlodbc-08.03.0300 brent1a$ sudo ./configure > checking for