ubuntu编译openssl遇到的问题
Posted 逆流的致爷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu编译openssl遇到的问题相关的知识,希望对你有一定的参考价值。
在不用重新编译php,利用php扩展ext的文件中 找到openssl,
把里面的config0.m4文件复制一份名为config.m4,
然后利用./configure --with-php-config=php-config的文件目录 --with-openssl,
生成configure文件,在生成makefile文件中会出现错误,cannot find OpenSSL‘S<evl.h>的错误,
原因是没有安装三个文件libcurl4-open-dev pkg-config libssl-dev,利用apt-get安装好该文件,
然后执行make make install
以上是关于ubuntu编译openssl遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章
实验五 遇到的问题:openssl: error while loading shared libraries: libssl.so.1.1