Link to home
Start Free TrialLog in
Avatar of spuppis
spuppis

asked on

postgresql 8.4.1 and open SSL for INDY 9 dll problem

In my program I'm using indy 9 with 0.9.8h open SSL and postgresql 8.4.1 which results in:
ENGINE_get_ssl_client_cert_function could not be located in the dynamic link library libeay32.dll
,
error loading libpq.dll
. If i remove open SSL dlls from app folder program runs normaly but then i can't send emails from app. Other open SSL versions are not working with indy. What can i do?
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Get newest version from:

http://indy.fulgan.com/SSL/

... and put in exe folder (if not work put in system32 folder). I look with pe analyzer
libeay32.dll and missing function is there.
I also recommend uninstall and then reinstall open ssl...
ASKER CERTIFIED SOLUTION
Avatar of spuppis
spuppis

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial