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: 仁刚 谭
Date: April 08, 2020 02:43AM

Did you try to skip point 8, not make softlinks to gcc 5.3? Try to instead use the full path in DCMAKE_CXX_COMPILER and DCMAKE_C_COMPILER. And set the /lib64/libstdc++.so.6 back to point to the original 6.0.19.

what shoud i do ?


i'd ever try to skip point 8, and cmake without DCMAKE_CXX_COMPILER and DCMAKE_C_COMPILER like follow:
cmake .. -DWITH_BOOST=../boost/boost_1_70_0/ -DCMAKE_INSTALL_PREFIX=../bin -DWITH_SSL=system -DWITH_SYSTEMD=1 -DBUILD_CONFIG=mysql_release

it remain rely to 6.0.21.


offical tarball can run on 6.0.19, how did it built ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How can i make a MySQL8 tar package like offcial tar package through source build?
459
April 08, 2020 02:43AM


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.