Build MySQL plugin - cannot run compiler error
-
@chihwah
It probably means the modules it depends on could not be found. :)
Actually it needs vs2015 runtimes, I'm not sure if it would be installed with vs2019.
You don't need to install the whole visual studio, the redistributable package would be enough.
The doc provides a link of vcredist.exe, you can install that. Remember to choose the x64 version.
For openssl ones, if you don't have v1.1+ installed to PATH, you can copy libssl-1_1-x64.dll and libcrypto-1_1-x64.dll from MySQL bin folder to let them be with libmysql.dll.
The dependencies can be really annoying, so I prefer to use older versions of mysql without those dependencies.wrote on 19 Jun 2020, 07:15 last edited by@Bonnie Success! It was the OpenSSL I was missing I think. Once I copied it over it worked like a charm. :) Thanks heaps for putting up with my ineptitude on this topic!
Where can I learn more about how all of this stuff works? I expect I will need to dabble more in this in the future.
-
@Bonnie Success! It was the OpenSSL I was missing I think. Once I copied it over it worked like a charm. :) Thanks heaps for putting up with my ineptitude on this topic!
Where can I learn more about how all of this stuff works? I expect I will need to dabble more in this in the future.
21/22