Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
402 views
in Technique[技术] by (71.8m points)

redis编译报错:cannot find -lgcc_s

图片描述

经查,在/usr/lib下没有libgcc_s.so文件,使用yum install libgcc_s-dev也找不到对应的安装包:

[root@localhost redis-3.2.8]# yum install libgcc_s-dev
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.cn99.com
 * epel: ftp.cuhk.edu.hk
 * extras: mirrors.cn99.com
 * updates: mirrors.cn99.com
没有可用软件包 libgcc_s-dev。
错误:无须任何处理

请问要怎么解决?

后发现在/usr/lib/gcc/x86_64-redhat-linux/4.8.5目录下找到了libgcc_s.so,软连接到了lib64目录下,而且此链接并无失效,不知道怎么解决了
图片描述


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

重装了centos解决了


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...