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
870
January 16, 2021 08:58AM
457
February 04, 2021 09:00AM
318
February 04, 2021 09:26AM
339
June 12, 2021 03:55PM
345
June 14, 2021 03:24AM
718
June 15, 2021 12:28PM
430
June 21, 2021 08:27AM
420
June 21, 2021 10:29AM
Re: Error on get_driver_instance();
464
June 22, 2021 04:32AM
389
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.