`

configure: error: ...No recognized SSL/TLS toolkit detected

 
阅读更多

在编译apache的过程中出现如下错误:
no SSL-C headers found
configure: error: ...No recognized SSL/TLS toolkit detected
解决办法:
安装openssl-devel
yum install openssl openssl-devel
 

分享到:
评论

相关推荐

    PHP 仿陌陌直播

    ./configure --prefix=/usr/local/nginx --add-module=../nginx-rtmp-module --with-http_ssl_module make && make install 本次默认安装目录为:/root, add-module为下载的nginx-rtmp-module文件路径。 安装时候...

    suse11.3 openssl-devel包

    默认最小化安装的suse里面没有openssl-devel这个包,在安装apache,并且编译mod_ssl模块的时候会报错:configure: error: ...No recognized SSL/TLS toolkit detected,此时需要将该包装上去

    openssl-1.1.1g 源码 已经编译可以通过http://doc.wxsoftdevelop.com/下

    此版本的编译是为了支持SSL openssl编译步骤: ... ... ... 3.建一个存放opensll库文件的目录,此处指定为d:\openssl_lib ...4.打开2010控制台:开始-所有程序—Microsoft ... d:\openssl-1.0.1e> perl Configure VC-WIN32 no

    CentOS下编译php时的一些典型错误及解决办法.

    解决方法: Download from http://www.ossp.org/pkg/lib/mm/, wget ftp://ftp.ossp.org/pkg/lib/mm/mm-1.4.2.tar.gz, Extract it: tar -zxvf mm-1.4.2.tar.gz, ./configure, make, make install 此错误是由于缺少 ...

    tensorflow安装遇到的问题

    使用国内源安装tensorflow: pip install -i https://mirrors.aliyun.com/pypi/simple/ --upgrade tensorflow-gpu==1.5.0 pip install -i ... 国内镜像源: 阿里云 ...中国科技大学 ...豆瓣(douban) ...

    安装jetbra 用于开发软件的

    http://jets.idejihuo.com/v2/

    Linux 开发板移植gdb

    开发板没有gdb,写程序老出错而且找不到问题在哪里。于是痛定思痛,决定移植一个gdb。 交叉编译器:arm-none-linux-gnueabi ...(3)./configure –host=arm-none-linux-gnueabi –prefix=$PWD/install –wi

    apache2.4完整安装

    # ./configure --prefix=/usr/local/apache2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre --enable-so --enable-rewrite && make && make install ``` 这里指定...

    nginx安装教程

    sudo ./configure sudo make sudo make install # 安装zlib库 cd /usr/local/src sudo wget http://zlib.net/zlib-1.2.11.tar.gz sudo tar -zxvf zlib-1.2.11.tar.gz cd zlib-1.2.11 sudo ./configure sudo make ...

    ffmpeg-2.13 ubuntu安装配置文件 大全

    1.2.3 ./configure 1.2.4 make 1.2.5 make install 2. 安装autoconf、automake、libtool sudo apt-get install autoconf automake libtool 3. 安装libopencore-amrnb-dev libopencore-amrwb-dev sudo apt-...

    linux下php+mysql+apatch搭建web服务器

    3. 配置 MySQL:./configure --help 4. 设置 MySQL 的安装目录:/usr/local/mysql 5. 设置 MySQL 的默认编码:GBK 6. 创建 MySQL 用户和组:groupadd mysql、useradd mysql -g mysql 7. 初始化 MySQL 数据库:./...

    PHP编译configure时常见错误的总结

    10. **错误:configure: error: …No recognized SSL/TLS toolkit detected** 解决方法:在CentOS上,安装`libssl-dev`,命令为`yum -y install libssl-dev`;Debian用户同样需要`libssl-dev`,通过`apt-get ...

    即时通讯聊天程序源码IM聊天系统即时通讯系统源码VUE开发.zip

    ./configure && make && make install cd ../ cd /opt cd ffmpeg ./configure && make && make install 启动服务 cd cd /www/wwwroot/im/socket php start.php start 下载Hbuilder 前端操作需要设置vue主程序的三...

    最新虚拟串口 Virtual Serial Port Driver 11.0.1047 汉化主程序

    Virtual Serial Port Driver 11.0.1047采用了先进的虚拟化技术,能够在操作系统中创建虚拟的COM端口,并模拟真实的串口通信行为。 1、创建任意数量的虚拟串口对 2、回环 (loopback) 端口捆绑 3、串口分割 ...

    ngwsx-0.8.36

    8) using configure to build the binary on cygwin. changes: 1) bugfix: the ngwsx could not run without vc2008. 2) change: using configure to build the binary on cygwin and linking with vc2008's c ...

    svn安装过程中遇到错误需要的文件包

    错误 configure: error: could not find library containing ...configure: error: no XML parser was found: expat or libxml 2.x required 解放方法: http://blog.csdn.net/cnaning/archive/2009/02/09/3870085.aspx

    nginx实现ssl之https改造(包含单机版以及负载均衡配置)

    模块 --with-http_gzip_static_module --with-openssl=/opt/soft/openssl-1.1.1g 更改为 ./configure --prefix=/usr/local/nginx --with-... 重新编译并安装make && make install6. 创建软链接ln -s /usr/local/nginx/...

    eclipse-testng离线包

    接口测试,eclipse testng离线包是eclipse的插件,怎么在Eclipse下配置...5.2 右键新建的Project,选BuildPath,选Configure Build Path。。。 5.3把testng.jar加到Project里 6. 在Java Project中使用TestNG测试

    Visual Studio

    [Error: Error fetching plugin: Error: "git" command line tool is not installed: make sure it is accessible on your PATH.] 需要安装Git,参考: https://help.github.com/articles/set-up-git 但是下载时...

    nginx-1.0.5最新稳定版

    状况:./configure: error: the HTTP rewrite module requires the PCRE library. 解决:yum -y install pcre-devel 安装相应的包 2.缺少zlib 状况: ./configure: error: the ...

Global site tag (gtag.js) - Google Analytics