From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | "suporte02(at)unitsistemas(dot)com(dot)br" <suporte02(at)unitsistemas(dot)com(dot)br> |
Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Libpq.dll |
Date: | 2025-08-07 16:03:58 |
Message-ID: | 3165f178-8c72-470e-b21d-f1191258bc10@aklaver.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 8/7/25 05:14, suporte02(at)unitsistemas(dot)com(dot)br wrote:
> When I say "my Postgres", I mean the Postgres 15.3 that I have installed.
>
> How about 32-bit lib.dlls? I downloaded them from Google, placed them in
> my executable folder and in the Bin and Lib folders of my Postgres 15.3,
> and then extracted the package into the folders.
>
> The link where I downloaded the 32-bit lib.dlls was this:
> https://ftp.postgresql.org/pub/odbc/versions.old/dll/
> psqlodbc_15_00_0000-x64.zip <https://ftp.postgresql.org/pub/odbc/
> versions.old/dll/psqlodbc_15_00_0000-x64.zip>
>
> I I believe so, it's a mix of 32-bit and 64-bit libraries. I just can't
> figure out how to fix it, since I already placed the 32-bit libraries in
> the Postgres Lib and Bin folders.
I would say the chances of this working, given the information provided,
is slim to none. From what I see you are trying to compile a 32 bit
executable on a 64 bit platform using miscellaneous files found on the
Internet.
Per a previous post of mine, steps to getting some direction on this
will need at minimum:
b) The configuration and compilation steps you took.
c) The complete error message.
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Moench-Tegeder | 2025-08-07 23:14:07 | Re: CALL and named parameters |
Previous Message | Tom Lane | 2025-08-07 14:42:15 | Re: CALL and named parameters |