我正在尝试使用命令gcc -static -lpthread client.c
编译我制作的简单僵尸网络,但每次我这样做时都会抛出这些错误:
/usr/bin/ld: cannot find -lpthread
/usr/bin/ld: cannot find -lc
/usr/bin/ld: cannot find -lc
每当我在没有-static
的情况下进行编译时它编译得很好,但我无法理解。您可以找到代码here。为了记录这个简单的僵尸网络是基于bashlite,但没有实际的DDoS功能,并且不能做任何真正的伤害。任何帮助将不胜感激。
答案 0 :(得分:0)
我在yum install glibc-static