Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
Finally,I solved it,though I don`t know the reason.Maybe because I upgraded the gcc version.
First,I downloaded Mysql5.7.26,and tried to compile and build it,and came the error
"error while loading shared libraries:libatomic.so.1:cannot open shared objec".I found libatomic.so.1 at /usr/local/lib64,So I did this:
shell>echo "/usr/local/lib64" >> /etc/ld.so.conf
shell>mv /usr/local/lib64/libstdc++.so.6.0.22-gdb.py ../
shell>ldconfig
Then I thought if that`s the reason why I cannot build Mysql8.0.16 successfully,
so I built Mysql8.0.16 again, and I succeeded!
I'm not good at English. ^_^
Thank you.
Subject
Views
Written By
Posted
3008
April 26, 2019 09:34AM
955
April 26, 2019 12:10PM
1153
April 26, 2019 07:28PM
Re: building mysql-8.0.15 buf0buf.cc: SYS_gettid error
1071
April 28, 2019 09:34PM
918
July 07, 2019 07:59PM
1611
May 16, 2019 03:44PM
961
July 08, 2019 02:22AM
1104
July 19, 2019 12:24AM
885
July 20, 2019 05:51AM
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.