Re: odbc for unix - Mailing list pgsql-odbc

From Craig Ringer
Subject Re: odbc for unix
Date
Msg-id 53CC98D5.2060102@2ndquadrant.com
Whole thread Raw
In response to odbc for unix  (Lizeth Solís <lizethsolis@gmail.com>)
List pgsql-odbc
On 07/15/2014 11:58 PM, Lizeth Solís wrote:
> See `config.log' for more details
  ^^^^^^^^^^^^^^^^ ?

At a guess there's no compiler present, or it's not supported by psqlODBC.

Since you're on a traditional UNIX you probably have the vendor's
compiler (often outdated and broken), a preview edition of that compiler
that just demands a license code when run, or no compiler at all.

It's common to just use gcc to compile things on vendor UNIXes, so that
may be an option. However, it can introduce problems if the ODBC driver
manager and applications aren't also built with gcc. So if possible,
first try to determine what they were built with and use the same compiler.

To be more specific it'd be necessary to see your config.log, and
probably know a lot more about AIX.

(Please don't attach your config.log to a mail to the mailing list. If
you want you can send it to a pastebin site or something instead, then
link to it in a post.)

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: odbc for unix
Next
From: "Itnal, Prakash (NSN - IN/Bangalore)"
Date:
Subject: Re: Not sure if this crash is in psql odbc driver?