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.
|

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to