Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在linux集群中运行shapeit进行插补:未找到GLIBC_Linux_Libstdc++ - Fatal编程技术网

在linux集群中运行shapeit进行插补:未找到GLIBC

在linux集群中运行shapeit进行插补:未找到GLIBC,linux,libstdc++,Linux,Libstdc++,当我试图在linux集群中为GWAS插补运行Shapeit时,我遇到了这个错误消息 /net/userpath/bin/shapeit: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /net/userpath/bin/shapeit) /net/userpath/bin/shapeit: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9'

当我试图在linux集群中为
GWAS
插补运行
Shapeit
时,我遇到了这个错误消息

/net/userpath/bin/shapeit: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /net/userpath/bin/shapeit)

/net/userpath/bin/shapeit: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /net/userpath/bin/shapeit)
当我运行strings
/usr/lib64/libstdc++.so.6|grep GLIBC
我明白了


你知道如何将其余的
GLIBC.*
加入linux集群吗

此命令将为相同的应用程序安装所需的库

sudo apt-get install libstdc++6

我不在授权sudoer的名单上。因此,我认为除了联系linux集群“管理器”之外,没有其他方法了
sudo apt-get install libstdc++6