SSL function is not linked. You should update SSL client lib

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Kupe3
Posts: 5
Joined: Sun 14 Dec 2008 12:29

SSL function is not linked. You should update SSL client lib

Post by Kupe3 » Sun 14 Dec 2008 12:36

Im trying to connect to a MySQL DB using SSL

i hav elinked .pem files and put libeay32.dll and ssleay32.dll to windows system folder

but i get the following error: "SSL function is not linked. You should update SSL client library.."

so i guess these are not right dll files(i found them with local search). I tried with more versions (some were 150KB, some were bigger then 1MB) but i still get the error.
Can someone tell me what im doing wrong? What are the right versions for libeay32.dll and ssleay32.dll and where to download from?

Thanks in advance

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 16 Dec 2008 09:08

Try to use libeay32.dll and ssleay32.dll from OpenSSL version 0.9.7.

Post Reply