![]() |
John VanDyk has been innovating with information technology for more than 20 years. Read more... |
/usr/bin/ld: cannot find -lz
Submitted by John on Wed, 2014-10-29 13:26
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.
- Log in to post comments