MySQL Forums
Forum List  »  Connector/C++

Re: Error on get_driver_instance();
Posted by: Rafal Somla
Date: June 22, 2021 04:32AM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
954
January 16, 2021 08:58AM
508
February 04, 2021 09:00AM
365
February 04, 2021 09:26AM
388
June 12, 2021 03:55PM
392
June 14, 2021 03:24AM
861
June 15, 2021 12:28PM
Re: Error on get_driver_instance();
550
June 22, 2021 04:32AM


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.