[Fixed] Error while loading shared libraries: libmysqlclient.so.21

0 votes
asked Aug 28, 2020 in Solved by cent89 (200 points)
recategorized Aug 29, 2020 by ludek.vodicka

Hi, I have just downloaded the latest version of Skipper, but this is the error when I'm trying to open it:

error while loading shared libraries: libmysqlclient.so.21: cannot open shared object file: No such file or directory

I'm on ubuntu 18.04. How to solve?
Thanks!

commented Aug 28, 2020 by ludek.vodicka Skipper developer (140,450 points)

Hello, thanks for the info. We will check it and let you know.

commented Aug 28, 2020 by ludek.vodicka Skipper developer (140,450 points)

Can you please check if this file is available in the libs directory?

commented Aug 28, 2020 by cent89 (200 points)

No, I have libmysqlclient.so.20

commented Aug 28, 2020 by ludek.vodicka Skipper developer (140,450 points)

what version of Skipper are you using?

because latest version of the Skipper (3.2.25.1701) is distributed with libs\libmysqlclient.so.18 , not so.20 or .so.21

commented Aug 28, 2020 by ludek.vodicka Skipper developer (140,450 points)

But you're right that .so.21 should be distributed with the latest Skipper build, this is an issue on our side. I just updated dependencies and executed a new release build. I will let you know.

1 Answer

0 votes
answered Aug 28, 2020 by ludek.vodicka Skipper developer (140,450 points)

Please try new beta available here:

https://www.skipper18.com/support/402/downloads-skipper-beta

This version correctly contains file libs\libmysqlclient.so.21

commented Aug 28, 2020 by cent89 (200 points)

Thanks, it works!

...