Hello, dear experts
I've met a problem, I remotely access to the Postgres database from Delphi 7, using ZEOS components.
Everything works just fine at my own station, but the following error message arise when I move that application to another computer.
none of dynamic libraries can be found: libpq81.dll, libpq.dll
I already have this library in system's direcotries, path is set up.
What should I do to fix that problem?
Thank you in advance,
none of dynamic libraries can be found: libpq81.dll, libpq.d
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
I don't know what you exactly installed where...
- On your development PC everything is set up well I suppose.
- On your remote station you also need : your executable, the postgres client install, the necessary path setting.
Is it set up like that? Are both systems using the same OS? which OS?
What type of program are you writing? Is it a stand-alone app or a service or a ... ? Sometimes this influence where dll's should be available.
Mark
- On your development PC everything is set up well I suppose.
- On your remote station you also need : your executable, the postgres client install, the necessary path setting.
Is it set up like that? Are both systems using the same OS? which OS?
What type of program are you writing? Is it a stand-alone app or a service or a ... ? Sometimes this influence where dll's should be available.
Mark