OpenSSL library problem
OpenSSL library problem
Hi,
I use MyDAC(8.2.5) component in my application with the mpSSL protocol option on delphi xe5.
When i execute my application on windows, i have no problem, but when i try to deploy and execute on android platform i get this error :
Exception 'first chance' à $5E86C7F5. Classe d'exception EOSError avec un message
'OpenSSL client library couldn't be loaded. Please place libssl.dylib file to system folder (included to LD_LIBRARY_PATH) or to the folder with executable unit of main program.
Cannot load library: load_library[1094]: Library 'libssl.dylib' not found'.
Processus SSLTab.apk (8976)
I tried to add 'libssl.dylib' to the deployment manager but it doesn't work.
xord68.
I use MyDAC(8.2.5) component in my application with the mpSSL protocol option on delphi xe5.
When i execute my application on windows, i have no problem, but when i try to deploy and execute on android platform i get this error :
Exception 'first chance' à $5E86C7F5. Classe d'exception EOSError avec un message
'OpenSSL client library couldn't be loaded. Please place libssl.dylib file to system folder (included to LD_LIBRARY_PATH) or to the folder with executable unit of main program.
Cannot load library: load_library[1094]: Library 'libssl.dylib' not found'.
Processus SSLTab.apk (8976)
I tried to add 'libssl.dylib' to the deployment manager but it doesn't work.
xord68.
Re: OpenSSL library problem
Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build.
-
- Posts: 2
- Joined: Sat 22 Mar 2014 18:51
Re: OpenSSL library problem
Hello together,
i've got MyDAC 8.2.6 but i still get this error.
Or does "next build" mean 8.3.x ?
Greetings from Germany
i've got MyDAC 8.2.6 but i still get this error.
Or does "next build" mean 8.3.x ?
Greetings from Germany
Re: OpenSSL library problem
Yes, this fix will be included in the next (8.3.x) build.
Re: OpenSSL library problem
I have the same problem with UniDAC 5.2.7
How to fix it?
How to fix it?
Re: OpenSSL library problem
We have fixed this problem. This fix will be included in the next MyDAC build.
-
- Posts: 2
- Joined: Sat 22 Mar 2014 18:51
Re: OpenSSL library problem
After the update, i have a Blackscreen (screen is just black, no input possible) on my Android device (Samsung S2) if i use a SSL connection (after compiling and installing the application on my mobile phone).
I am Using XE6 since a few weeks.
I am Using XE6 since a few weeks.
Re: OpenSSL library problem
We can't reproduce the problem. The problem may be due to using DNS in the server name. Try specifying the IP address of your MySQL server in the TMyConnection.Server property.
Re: OpenSSL library problem
I have the same issue on iOS.. running Delphi 5.0 with MyDAC 8.3 ... "OpenSSL client library couldnt be loaded. Please place libssl.dylib file to system folder ..."
How to get this resolved?
How to get this resolved?
Re: OpenSSL library problem
The OpenSSL library is not installed on iOS devices by default. You should install it to your device by yourself.
Re: OpenSSL library problem
Up!
Well corrected for Android but iOS...
Same message "OpenSSL client library couldnt be loaded. Please place libssl.dylib file to system folder ...".
Why asking for dylib when dynamic libraries not supported on iOS ?
Well corrected for Android but iOS...
Same message "OpenSSL client library couldnt be loaded. Please place libssl.dylib file to system folder ...".
Why asking for dylib when dynamic libraries not supported on iOS ?
Re: OpenSSL library problem
We will consider the possibility to change this behavior of MyDAC in the next release.
You can use MyDAC with SecureBridge components for connection to MySQL server using SSL, for deployment of applications to iOS mobile devices, since they don't require third-party libraries. See more details about connection to MySQL server using SSL in our documentation: http://www.devart.com/mydac/docs/secureconnections.htm.
You can use MyDAC with SecureBridge components for connection to MySQL server using SSL, for deployment of applications to iOS mobile devices, since they don't require third-party libraries. See more details about connection to MySQL server using SSL in our documentation: http://www.devart.com/mydac/docs/secureconnections.htm.