libgcc_s.so.1 must be installed for pthread_cancel to work

in 高性能 with 0 comment

安装websphere,部署IHS HTTP Server时,始终在控制台启动不了,查看错误日志,如题。"libgcc_s.so.1 must be installed for pthread_cancel to work"

解决方法:
 
去32位的系统的/lib/下拷贝libgcc_s.so.1文件,拷贝至本机的/lib/目录下。重启服务。即可
参考文章:http://blog.csdn.net/chenggong2dm/article/details/7873600
Responses