早教吧 育儿知识 作业答案 考试题库 百科 知识分享

Linux上装mysql5.1.2出现如下错误怎样解决?libgccs.so.1mustbeinstalledforpthreadcanceltoworkmysqldgotsignal6;Thiscouldbebecauseyouhitabug.Itisalsopossiblethatthisbinaryoroneofthelibrariesitwaslinkedagains

题目详情
Linux上装mysql 5.1.2出现如下错误怎样解决?
libgcc_s.so.1 must be installed for pthread_cancel to work
mysqld got signal 6;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
▼优质解答
答案和解析
缺少动态库:libgcc_s.so
apt-get install libgcc_s
上面没有的话,试着装下面的:
apt-get install gcc