Re: psqlodbc: No memory available to store statement

From: AYahorau(at)ibagroup(dot)eu
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlodbc: No memory available to store statement
Date: 2019-07-01 08:49:00
Message-ID: OFD4E17C40.FB9170A4-ON4325842A.0030610A-4325842A.00306E96@iba.by
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-odbc by date

  From Date Subject
Next Message Lindner, Dirk 2019-07-08 14:54:18 ODBC Compatibility Question II
Previous Message AYahorau 2019-06-28 06:27:45 Re: psqlodbc: No memory available to store statement