Re: Error on get_driver_instance();
Hi Dani,
The stack trace you provided indicates that the problem occurs while MySQL client library is initializing OpenSSL library - most likely when trying to load OpenSSL.dll into process memory.
This opens questions:
1. Are you sure you have a correct version of OpenSSL installed on the host where you run the code?
2. Is your code using OpenSSL directly and you link to the library? If yes, do you link static or dynamic version of OpenSSL?
Subject
Views
Written By
Posted
1191
January 16, 2021 08:58AM
630
February 04, 2021 09:00AM
457
February 04, 2021 09:26AM
484
June 12, 2021 03:55PM
522
June 14, 2021 03:24AM
1142
June 15, 2021 12:28PM
675
June 21, 2021 08:27AM
672
June 21, 2021 10:29AM
Re: Error on get_driver_instance();
705
June 22, 2021 04:32AM
671
June 24, 2021 03:38PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.