码迷,mamicode.com
首页 > 系统相关 > 详细

linux问题收集

时间:2017-03-20 19:46:58      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:linux

Problem:

/usr/bin/ld: cannot find -lz

Solution:

yum install zlib-static

Problem:

/usr/bin/ld: cannot find -lpthread

Solution:

yum install glibc-static

Problem:

/usr/bin/ld: cannot find -lstdc++

Solution:

yum install libstdc++-static

If you are using RHEL7, these are in the rhel-x86_64-server-optional-7 channel.


本文出自 “我的运维时光” 博客,请务必保留此出处http://aaronsa.blog.51cto.com/5157083/1908454

linux问题收集

标签:linux

原文地址:http://aaronsa.blog.51cto.com/5157083/1908454

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!