Re: odbc for unix

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: odbc for unix
Дата
Msg-id 53CC98D5.2060102@2ndquadrant.com
обсуждение исходный текст
Ответ на odbc for unix  (Lizeth Solís <lizethsolis@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: odbc for unix
Следующее
От: "Itnal, Prakash (NSN - IN/Bangalore)"
Дата:
Сообщение: Re: Not sure if this crash is in psql odbc driver?