Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Build MySQL plugin - cannot run compiler error
Forum Updated to NodeBB v4.3 + New Features

Build MySQL plugin - cannot run compiler error

Scheduled Pinned Locked Moved Solved General and Desktop
22 Posts 3 Posters 2.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Bonnie
    19 Jun 2020, 03:31

    @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.

    C Offline
    C Offline
    chihwah
    wrote on 19 Jun 2020, 07:15 last edited by
    #21

    @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.

    B 1 Reply Last reply 19 Jun 2020, 08:03
    0
    • C chihwah
      19 Jun 2020, 07:15

      @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.

      B Offline
      B Offline
      Bonnie
      wrote on 19 Jun 2020, 08:03 last edited by
      #22

      @chihwah
      Well, I just learned from googling and practicing. I used to have a lot of third-party libraries building work...

      1 Reply Last reply
      1

      21/22

      19 Jun 2020, 07:15

      • Login

      • Login or register to search.
      21 out of 22
      • First post
        21/22
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved