On Wed, 5 May 2021, Bo Berglund via fpc-pascal wrote:
I have an application which is ported from Delphi to FreePascal and will be used on Raspberry Pi (Debian based Linux). It uses Indy10 components. Indy is installed using OnLinePackageManager in Lazarus. The problem I have is that when I run the application it gets an exception when trying to send an email via an SSL encrypted SMTP mail server. The exception log I have shows this: ERROR: Exception during email send: Could not load SSL library. When searching for this problem I found a Lazarus forum thread dealing in the same, where a openssl version clash is the reason: https://forum.lazarus.freepascal.org/index.php/topic,48974.msg354212.html#msg354212 This post states that the problem is solved in FPC 3.2.0
If you are using Indy, it is not.
The core of the problem seems to be the openssl version clash... Any ideas on how to solve this on Pi-OS Linux?
You can't. Indy does not work with openssl 1.1. You must install an older openssl library if you wish to work with Indy.
Michael. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal