早教吧作业答案频道 -->其他-->
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.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
apt-get install libgcc_s
上面没有的话,试着装下面的:
apt-get install gcc
看了Linux上装mysql5.1...的网友还看了以下:
(-1)^0+(-1)^1+(-1)^2+...+(-1)^n-1怎么化简?我觉得要分n是奇数还是 2020-04-09 …
为什么由(n→无穷)limn^(1/n)=1怎么会知道(n→无穷)lim(1/n)^(1/n)=1 2020-05-17 …
裂项1.n·n!=(n+1)!-n!2.n/(n+1)!=1/n!-1/n+1!怎么理解,什么意思 2020-06-12 …
an/a(n-1)=(n-1)/(n+1)a3/a2=2/4a2/a1=1/3.上面几式相乘得an 2020-07-09 …
Tn=3×3+5×3^2+7×3^3+.+(2n-1)×3^n-1+(2n+1)×3^n(3^2表 2020-07-29 …
A(n+1)=[n-1/n+1]An+2/n(n+1)怎么求通项?不过还有没有不用这种倒推法的解法 2020-07-30 …
用归纳法证明(1+1/(n-1))^n>(1+1/n)^(n+1)怎么从n=k成立推出n=k+1时 2020-07-30 …
级数的部分和是如何求出来的?比如级数1+2+3+.+n+...的部分和sn为n(n+1)/2这是怎么 2020-11-18 …
数学恒等式怎么证明a^n+a1^(n-1)=b^n+b1^(n-1)怎么证明a=b、a1=b1 2020-12-22 …
如题:1/n(n+1)=1/n-1/n+1怎么化分成这样的? 2021-01-03 …