ubuntu:configure error:cannot find ssl libraries

安装SSL库,openssl或者libssl:

sudo apt-get install openssl

sudo apt-get install libssl

configure的时辰加上选项:

./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/x86_64-linux-gnu(可能64位和32位有所不合)
时间: 2024-11-09 20:53:25

ubuntu:configure error:cannot find ssl libraries的相关文章

checking for SSL... configure: error: Cannot find ssl libraries

问题: 安装配置nagios客户端,在安装nrpe的时候遇到了报错,如下 [[email protected] nrpe-2.9]# ./configure 解决: 安装open-ssl后,搞定 [[email protected] nrpe-2.9]# yum -y install openssl-devel

解决php configure: error: Cannot find ldap libraries in /usr/lib.错误

解决php configure: error: Cannot find ldap libraries in /usr/lib.错误 iitshare 分类:Linux,PHP,项目实施 | 标签:Cannot find ldap libraries in /usr/lib., configure: error: |1Comment发表评论 错误说明 今天在centos 6.3 64位版本上安装PHP5.4.3时在./configure 步骤的时候出现了下面错误configure: error:

configure: error: Cannot find ldap libraries in /usr/lib 解决办法

今天在centos 6.2 64位版本上安装LNMP,config php的时候出现下面错误而退出 configure: error: Cannot find ldap libraries in /usr/lib 解决办法: cp -frp /usr/lib64/libldap* /usr/lib/ 然后再./configure ...即可

checking for SSL headers... configure: error: Cannot find ssl headers

" checking for SSL headers... configure: error: Cannot find ssl headers" 原因是缺少openssl-devel,安装这个库就可以解决问题. yum -y install openssl-devel checking for SSL headers... configure: error: Cannot find ssl headers,码迷,mamicode.com

configure: error: Cannot find ldap libraries in /usr/lib

解决办法: cp -frp /usr/lib64/libldap* /usr/lib/ 如果此处提示 文件不存在之类的,可用yum命令安装,命令如下 yum install openldap openldap-servers openldap-clients openldap-devel compat-openldap 然后再./configure ...即可

debian7源码安装nrpe时Cannot find ssl libraries及解决办法

之前都是在debian5上安装nrpe 这次在debian7上安装就出现以下错误 checking for SSL headers... SSL headers found in /usr checking for SSL libraries... configure: error: Cannot find ssl libraries 1.官网 https://www.nagios.org/ 2.下载nrpe-2.12.tar.gz axel -n 10 http://sourceforge.n

configure: error: Cannot find ldap.h

系统版本 [[email protected] php-5.3.27]# cat /etc/redhat-release CentOS release 6.5 (Final) LNMP编译安装php的过程中报错: 第一个报错: 解决办法: yum install openldap openldap-devel  -y 第二个报错: configure: error: Cannot find ldap libraries in /usr/lib 解决办法: cp -frp /usr/lib64/l

PHP编译安装报错:configure: error: mcrypt.h not found. Please reinstall libmcrypt

我是在CentOS6.5安装php5.5.28这个版本,PHP编译代码如下: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysql-sock=/tmp/mysql.sock --with-gd --with-ico

nginx 编译某个模板的问题./configure: error: SSL modules require the OpenSSL library. You can either do not enable the modules, or install the OpenSSL library into the system, or build the OpenSSL library stati

[email protected]:/usr/local/src/nginx-1.9.8# ./configure --prefix=/usr/local/nginx  --add-module=/usr/local/src/nginx-rtmp-module  --with-htchecking for OS + Linux 4.4.0-116-generic x86_64checking for C compiler ... found + using GNU C compiler + gc