Re: psqlodbc: No memory available to store statement - Mailing list pgsql-odbc

From AYahorau@ibagroup.eu
Subject Re: psqlodbc: No memory available to store statement
Date
Msg-id OFD4E17C40.FB9170A4-ON4325842A.0030610A-4325842A.00306E96@iba.by
Whole thread Raw
In response to psqlodbc: No memory available to store statement  (AYahorau@ibagroup.eu)
List 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 by date:

Previous
From: AYahorau@ibagroup.eu
Date:
Subject: Re: psqlodbc: No memory available to store statement
Next
From: "Lindner, Dirk"
Date:
Subject: ODBC Compatibility Question II