MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: How can i make a MySQL8 tar package like offcial tar package through source build?
Posted by: Bjørn Munch
Date: April 07, 2020 01:47AM

You problem is not caused by gcc versions but by different versions of the standard C++ library in /lib64/libstdc++.so.6. If the computer you try to run on has an older version than the computer you built on, you can get this failure.

The official "generic linux" tar package is built on Oracle Linux 6 and should work on anything newer than that.

I assume you're running Linux. What linux version is your build computer and what version is the one you try to run mysql on?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How can i make a MySQL8 tar package like offcial tar package through source build?
545
April 07, 2020 01:47AM


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.