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 1ukMdb-001SLU-Ne for pgsql-general@arkaria.postgresql.org; Fri, 08 Aug 2025 12:56:00 +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 1ukMda-00Diye-4w for pgsql-general@arkaria.postgresql.org; Fri, 08 Aug 2025 12:55:58 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ukMdZ-00DiyU-Do for pgsql-general@lists.postgresql.org; Fri, 08 Aug 2025 12:55:57 +0000 Received: from mail117.out.titan.email ([107.21.18.53]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1ukMdW-001Oaa-0L for pgsql-general@lists.postgresql.org; Fri, 08 Aug 2025 12:55:56 +0000 Received: from localhost (localhost [127.0.0.1]) by smtp-out.flockmail.com (Postfix) with ESMTP id E6176E00A1 for ; Fri, 8 Aug 2025 12:55:52 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=dHeJRICQXa9D4rIad7928qFEPwGXcU/IT/GyLOMv/+I=; c=relaxed/relaxed; d=unitsistemas.com.br; h=date:message-id:subject:to:in-reply-to:references:from:cc:mime-version:from:to:cc:subject:date:message-id:in-reply-to:references:reply-to; q=dns/txt; s=titan1; t=1754657752; v=1; b=GDWIct7HUzVk2uqtc9QXgqv9ghLwfyBfmY/eKOaPLthpZUBXTkKgU4NqNevuNjyCZdoxWCJe VfUxufmlfaE+WSfhGvuM3bpKyDLF3HrSRb/aiHeZupZpxdu76ntQG5FPhD6KAnhe+iXNQldp9iQ fx2p2sHyRYwBFCZjjdBi/2Vw= 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 C7D5FE0050 for ; Fri, 8 Aug 2025 12:55:52 +0000 (UTC) Date: Fri, 8 Aug 2025 12:55:52 +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: <185410193079010304.0.v2@titan.email> In-Reply-To: <3165f178-8c72-470e-b21d-f1191258bc10@aklaver.com> References: <3165f178-8c72-470e-b21d-f1191258bc10@aklaver.com> <185316990157980672.0.v2@titan.email> <185410193079010304.0.v2@titan.email> Subject: Re: Libpq.dll MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_5484909_405808530.1754657752767" X-F-Verdict: SPFVALID X-Titan-Src-Out: 1754657752845499491.32108.6861290018956182665@prod-use1-smtp-out1004. X-CMAE-Score: 0 X-CMAE-Analysis: v=2.4 cv=evQlzppX c=1 sm=1 tr=0 ts=6895f3d8 a=yFDGr9vV2VDDGywZYbku6g==:117 a=1oJP67jkp3AA:10 a=CEWIc4RMnpUA:10 a=7j0FZ4iXMVMA:10 a=xBh4JgPmAAAA:8 a=mTLUI6cdAAAA:8 a=epTmVMiNAAAA:8 a=SNL7wKpgAAAA:8 a=WRCdEmG8AAAA:8 a=FtUKNxXFA75nsFIwDp4A:9 a=lwzErqlzroxiiFJB: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_5484909_405808530.1754657752767 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
I managed to solve it now, it was just a connection error in one of the= components of my Delphi, I just deleted it and put it back in =F0=9F=98=AD

but thank you all very much for your help


On ago 7 2025, at 1:03 pm, Adrian Klaver <adrian.klaver@aklave= r.com> wrote:
On 8/7/25 05:14, suporte02@unitsistemas.com.br wrote:
> When I say "my Postgres", I mean the Postgres 15.3 that I have install=
ed.
>=20
> How about 32-bit lib.dlls? I downloaded them from Google, placed them =
in=20
> my executable folder and in the Bin and Lib folders of my Postgres 15.=
3,=20
> and then extracted the package into the folders.
>=20
> The link where I downloaded the 32-bit lib.dlls was this:
> https://ftp.postgresql.org/pub/odbc/versions.old/dll/=20
> psqlodbc_15_00_0000-x64.zip <https://ftp.postgresql.org/pub/odbc/=
=20
> versions.old/dll/psqlodbc_15_00_0000-x64.zip>
>=20
> I I believe so, it's a mix of 32-bit and 64-bit libraries. I just can'=
t=20
> figure out how to fix it, since I already placed the 32-bit libraries =
in=20
> the Postgres Lib and Bin folders.

I would say the chances of this working, given the information provided,=20
is slim to none. From what I see you are trying to compile a 32 bit=20
executable on a 64 bit platform using miscellaneous files found on the=20
Internet.

Per a previous post of mine, steps to getting some direction on this=20
will need at minimum:

b) The configuration and compilation steps you took.

c) The complete error message.


--=20
Adrian Klaver
adrian.klaver@aklaver.com
------=_Part_5484909_405808530.1754657752767--