Re: psqlodbc: No memory available to store statement

Поиск
Список
Период
Сортировка
От AYahorau@ibagroup.eu
Тема Re: psqlodbc: No memory available to store statement
Дата
Msg-id OFD4E17C40.FB9170A4-ON4325842A.0030610A-4325842A.00306E96@iba.by
обсуждение исходный текст
Ответ на psqlodbc: No memory available to store statement  (AYahorau@ibagroup.eu)
Список pgsql-odbc
Hello Hiroshi,

I found a possible approach to overcome this issue.
It is necessary to explicitly specify the path to libpq.so library within LD_LIBRARY_PATH environment variable before running the configure command.

In this case conftest program finds the desired libpq and in this case the generated config.h file contains proper defines:
/* The size of `long', as computed by sizeof. */

#define SIZEOF_LONG 8

/* The size of `long int', as computed by sizeof. */
#define SIZEOF_LONG_INT 8

/* The size of `void *', as computed by sizeof. */
#define SIZEOF_VOID_P 8

Thank You so much for your help!


Best regards,
Andrei Yahorau

В списке pgsql-odbc по дате отправления:

Предыдущее
От: AYahorau@ibagroup.eu
Дата:
Сообщение: Re: psqlodbc: No memory available to store statement
Следующее
От: "Lindner, Dirk"
Дата:
Сообщение: ODBC Compatibility Question II