Re: odbc for unix

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Lizeth Solís <lizethsolis(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc for unix
Date: 2014-07-21 04:36:37
Message-ID: 53CC98D5.2060102@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Itnal, Prakash (NSN - IN/Bangalore) 2014-07-21 10:43:15 Re: Not sure if this crash is in psql odbc driver?
Previous Message Adrian Klaver 2014-07-17 04:18:33 Re: odbc for unix