Re: [Synalist] SSL/TLS support is not compiled!

2018-04-17 Thread Roy Lambert via synalist-public
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://

Re: [Synalist] SSL/TLS support is not compiled!

2018-04-13 Thread Roy Lambert via synalist-public
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 ---

Re: [Synalist] SSL/TLS support is not compiled!

2018-04-13 Thread Michael Van Canneyt
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

Re: [Synalist] SSL/TLS support is not compiled - Kylix

2015-11-19 Thread Lukas Gebauer
> 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

Re: [Synalist] SSL/TLS support is not compiled - Kylix

2015-11-19 Thread Marco van de Voort
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

Re: [Synalist] SSL/TLS support is not compiled - Kylix

2015-11-19 Thread João Henrique Souza
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

Re: [Synalist] SSL/TLS support is not compiled - Kylix

2015-11-12 Thread Lukas Gebauer
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

Re: [Synalist] SSL/TLS support is not compiled - Kylix

2015-11-12 Thread João Henrique Souza
[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

Re: [Synalist] SSL/TLS support is not compiled - Kylix

2015-11-12 Thread Tony Caduto
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