Michael
Ultimately I replaced the OpenSSL dlls and things are working. I still have no
idea why
Roy Lambert
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://
Michael
>Did you copy the SSL libraries to a place where the bianry can load them ?
Yup, libeay32.dll and libssl32.dll are in the same folder as the program. I
think that's all I need but I'm happy to be wrong if it will get things working
on all machines rather than just one.
Roy
---
Did you copy the SSL libraries to a place where the bianry can load them ?
Michael.
On Fri, 13 Apr 2018, Roy Lambert via synalist-public wrote:
I'm not sure if my post made it to the forums. If it did and this is a repeat -
sorry.
Its a weird one -I was trying to run my email server app on
> But those libs are there in the \lib folder.
> I copied them to the same folder of my application but unforntunatelly the
> error "-2: SSL/TLS support is not compiled "remains
Please, check if you really have ssl_openssl unit in your uses.
If yes, verify SSLImplementation global variable, if i
Op 11/19/2015 om 12:48 PM schreef João Henrique Souza:
>
> I understood that the libraries are:
> *libssl.so*
> *libcrypto.so*
>
> But those libs are there in the \lib folder.
> I copied them to the same folder of my application but unforntunatelly
> the error "*-2: SSL/TLS support is not compile
sl.solibcrypto.so
But those libs are there in the \lib folder.I copied them to the same folder of
my application but unforntunatelly the error "-2: SSL/TLS support is not
compiled "remains.
Do you have another clue?
Tks AgainJohn
> From: gebyl...@mlp.cz
> To: synalist-public@lists.sou
Please, check real openssl library filenames and verify if it is same
as names used by ssl_openssl_lib.pas. Maybe is a problem with
compiler defines and unit is compiled with wrong library names.
When wrong library names are used, then Openssl not loaded and you
got your error.
L.
> Hi,
> Th
[Synalist] SSL/TLS support is not compiled - Kylix
You should look at using Lazarus for your Linux version kylix and cross kylix
is long dead. If your app is console or gui that uses standard components it
will move to Lazarus very easy.
On Nov 12, 2015 3:46 AM, "João Henrique Souza&qu
You should look at using Lazarus for your Linux version kylix and cross
kylix is long dead. If your app is console or gui that uses standard
components it will move to Lazarus very easy.
On Nov 12, 2015 3:46 AM, "João Henrique Souza" wrote:
> Hello everybody,
>
> The Synapse's Library has been h