Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ujzVy-00EQpl-1L for pgsql-general@arkaria.postgresql.org; Thu, 07 Aug 2025 12:14:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1ujzVw-004Bp3-Ow for pgsql-general@arkaria.postgresql.org; Thu, 07 Aug 2025 12:14:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ujzVv-004Boi-Vj for pgsql-general@lists.postgresql.org; Thu, 07 Aug 2025 12:14:32 +0000 Received: from mail84.out.titan.email ([3.216.99.62]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ujzVt-001FwI-0r for pgsql-general@lists.postgresql.org; Thu, 07 Aug 2025 12:14:31 +0000 Received: from localhost (localhost [127.0.0.1]) by smtp-out.flockmail.com (Postfix) with ESMTP id A032AE0087 for ; Thu, 7 Aug 2025 12:14:27 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Ddcgq3q/PQsCFNfbJSSh0e4qVU3UW7Y2ieIWeyyc/ZI=; c=relaxed/relaxed; d=unitsistemas.com.br; h=references:subject:cc:in-reply-to:from:date:to:message-id:mime-version:from:to:cc:subject:date:message-id:in-reply-to:references:reply-to; q=dns/txt; s=titan1; t=1754568867; v=1; b=VkOFmY1x9tbgfqtHrzWy331p3Kil5sixhsMyMzElqwk+QVHwWQoT89zacKBtNDzVE1zxme8h S80ZXXFr215Y7SsJ/HtmRfSx8z7NePY4mx5Rf7CG341UaFJusH6aXZ9Hw6hXe3hR8ah38esvnRu 84mUX3JU/36K6pJC0mP1exaw= Received: from webmail-out.titan.email (unknown [10.10.164.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-out.flockmail.com (Postfix) with ESMTPSA id 7DC46E003C for ; Thu, 7 Aug 2025 12:14:27 +0000 (UTC) Date: Thu, 7 Aug 2025 12:14:27 +0000 (GMT) Feedback-ID: :suporte02@unitsistemas.com.br:unitsistemas.com.br:flockmailId From: "suporte02@unitsistemas.com.br" To: Adrian Klaver Cc: "pgsql-general@lists.postgresql.org" Message-ID: <185316990157980672.0.v2@titan.email> In-Reply-To: References: <185249649818731520.0.v2@titan.email> <55654126-257e-4690-af6f-2487d0deb979@aklaver.com> <185316990157980672.0.v2@titan.email> Subject: Re: Libpq.dll MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_5085768_1791521992.1754568867461" X-F-Verdict: SPFVALID X-Titan-Src-Out: 1754568867545546508.32108.8306230358517704760@prod-use1-smtp-out1004. X-CMAE-Score: 0 X-CMAE-Analysis: v=2.4 cv=U6doDfru c=1 sm=1 tr=0 ts=689498a3 a=yFDGr9vV2VDDGywZYbku6g==:117 a=1oJP67jkp3AA:10 a=CEWIc4RMnpUA:10 a=7j0FZ4iXMVMA:10 a=epTmVMiNAAAA:8 a=xBh4JgPmAAAA:8 a=mTLUI6cdAAAA:8 a=SNL7wKpgAAAA:8 a=WRCdEmG8AAAA:8 a=q6i5zVkUPum7f4WYR18A:9 a=nMABJukuBji4lERX:21 a=QEXdDO2ut3YA:10 a=Z_60_2tg-voYcxSmnYWO:22 a=uEXi9pYaZPHPrIM342IW:22 a=EMVSYF5ret27ffTNhHJe:22 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ------=_Part_5085768_1791521992.1754568867461 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
When I say "my Postgres", I mean the Postgres 15.3 that I have installe= d.

How about 32-bit lib.dl= ls? 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 pack= age into the folders.

The = link where I downloaded the 32-bit lib.dlls was this:
=
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.
<= div fr-original-style=3D"" style=3D"user-select: inherit; scrollbar-color: = var(--scrollbar-active-color) #0000; box-sizing: border-box;">


On ago 6 2025, at 5:02 pm, Adrian Klaver <adrian.klaver@aklave= r.com> wrote:
On 8/6/25 11:24, suporte02@unitsistemas.com.br wrote:
>
>=20
> The executable's libpq is 32-bit, and its dependencies are correct and=
=20
> on the same architecture. In my Postgres, libpq was on a 64-bit=20

You need to give more details on what '... my Postgres ...' is?

Did you download it as package or did you build it?

In either case what was the source?


> architecture, so I downloaded the 32-bit libdll, and the error still=
=20
> persisted.
>=20
> c)"Error Message: Client-Library
> libpq.dll found but could not be loaded. Check compile-target and=20
> library compatibility!"

Looks like you are mixing 32/64 bit libraries.




--=20
Adrian Klaver
adrian.klaver@aklaver.com
------=_Part_5085768_1791521992.1754568867461--