[fpc-pascal] Dependency of OpenSSL 1.0.2 still in FPC 3.2.0 on some platforms?
gebylist
gebylist at mlp.cz
Mon May 17 23:20:16 CEST 2021
Dne 17.05.2021 v 22:06 Bo Berglund via fpc-pascal napsal(a):
>
> And that is what I have done, it is listed in uses of my mailsupport source file
> as:
> uses
> Classes,
> SysUtils,
> smtpsend,
> ssl_openssl, //<= Here
> synautil,
> mimemess,
> mimepart;
>
> Yet it is "not compiled"...
>
> Very confusing.
>
It is because loading of ssl_openssl plugin failed. Have you installed
OpenSSL libraries on your RPi?
Check function |InitSSLinterface in ssl_openssl_lib unit. I personally
never test ssl_openssl on RPi, maybe some error is here.|
|Lukas.
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20210517/f2792430/attachment.htm>
More information about the fpc-pascal
mailing list