我尝试安装 Perl 模块,但在某些时候我收到此错误:
chmod 644 SSH2.bs
rm -f blib/arch/auto/Net/SSH2/SSH2.so
LD_RUN_PATH="/usr/lib:/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector SSH2.o -o blib/arch/auto/Net/SSH2/SSH2.so \
-L/root -L/usr/local/lib -L/lib -L/usr/lib -L/usr/local/lib -L/usr/local -L/usr/lib -L/usr -L/opt -L//lib -L/ -lssh2 -lz -lssl -lcrypto \
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/Net/SSH2/SSH2.so] Error 1
-> FAIL Installing Net::SSH2 failed. See /root/.cpanm/build.log for details.
我在其他论坛上发现那行说
/usr/bin/ld: cannot find -lz
意味着我缺少 glibc-static 包。但是我在 CentOS 5 上运行它并且在任何存储库中都没有 glibc-static 包?这个包还有其他替代名称还是我走错了方向?
问候!