[Lazarus] Postgres Dlls not found
Juan Cortés Cuesta
juco at eima.vcl.cu
Thu May 29 18:34:18 CEST 2008
Hi!
18 dlls??
I had the same problem with PostgreSQL 8.2.5 in my developer PC.
You only need to copy in System32 or other Directory
comerr32.dll
krb5_32.dll
libeay32.dll
libiconv-2.dll
libintl-2.dll
libpq.dll
ssleay32.dll
(I am not sure if dlls names are the same in your version)
If the Directory is not System32 needs Add it in your System PATH variable
I am sure it works.
Best regards,
Juan
On 29 May 2008 at 15:33, Dave Coventry wrote:
> I'm flumoxed!
>
> My app fails with the error "Cannot load Postgres Client. Is it
> installed? (libpg.dll)".
>
> I've been developing my app on my laptop and initiallly was unable to
> get PQConnection working as it complained that Postgres was not
> installed.
>
> I eventually loaded pgadmin3 onto my laptop, but the problem was only
> cured when I copied the ALL of the DLLs in the pgadmin install into my
> System32 folder.
>
> I wasn't all that happy about it, but felt that I could live with
> having to copy 18 DLL files into the client's System32 directory.
>
> However, the clients machines have all failed with the above error.
>
> Copying the DLLs into system32 didn't help. And niether did installing
> pgadmin3, the error persists.
>
> Does anyone have any idea why? Where does PQConnection expect to find the DLLs?
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>
More information about the Lazarus
mailing list