/ usr / bin / ld:找不到-lssl [英] /usr/bin/ld: cannot find -lssl

查看:200
本文介绍了/ usr / bin / ld:找不到-lssl的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在服务器上安装脚本。

I'm trying to install a script on my server. But it doesn't finish the job at the last step.

./make.sh

/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status

如何解决上述问题?

Centos 6.4 Final x86_64

Centos 6.4 Final x86_64

推荐答案

您需要安装open ssl开发人员软件包:

You need the install the open ssl developer package:

yum -y install openssl-devel

这篇关于/ usr / bin / ld:找不到-lssl的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆