Cannot find OpenSSL's <evp.h>

when i configure php7 manually,i get trouble with that problem,finaly,i solve it

condition:

sudo apt-get install libjpeg-dev libpng12-dev  libcurl4-openssl-dev libmcrypt-dev mcrypt apache2-dev
./configure  --prefix=/opt/php-7.0.2 --with-config-file-path=/opt/php-7.0.2/etc   --with-iconv-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr/ --enable-xml --disable-rpath  --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization  --enable-mbregex   --enable-mbstring  --with-mcrypt   --enable-ftp --with-gd --enable-gd-native-ttf  --with-openssl -with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap  --without-pear  --with-gettext  --with-curl   --with-apxs2=/usr/bin/apxs --with-mysqli --with-pdo-mysql --enable-mbstring

problem:

Cannot find OpenSSL's <evp.h>

Anwser:

sudo apt-get install libcurl4-openssl-dev pkg-config

最新文章

  1. ASP.NET MVC Model绑定(一)
  2. js判断移动端系统
  3. IOS 支付宝-五福简单框架实现-线性滚动(UICollectionView)
  4. 【h5-egret】如何快速开发一个小游戏
  5. Pitfalls of the Hibernate Second-Level / Query Caches--reference
  6. Hashtable映射数据库字段
  7. SignalR实现B/S系统对windows服务运行状态的监测
  8. 我的Android4.3新书即将上市,谢谢大家的支持
  9. c语言实现hashtable,相似C++的map和iOS的NSDictionary
  10. Hyperledger Fabric CouchDB as the State Database
  11. C#中内嵌资源的读取
  12. zookeeper工作机制
  13. Spring Cloud微服务笔记(一)微服务概念
  14. 优秀员工的修炼&mdash;&mdash;通往专家、管理之路
  15. oracle查看某表字段类型
  16. 9.2 翻译系列:数据注解特性之---Column【EF 6 Code First系列】
  17. python格式化字符串format函数
  18. How to view assertions in the Verdi waveform viewer
  19. 中文自然语言处理工具HanLP源码包的下载使用记录
  20. Windows上PostGIS(压缩版)安装

热门文章

  1. 解析dynamic对象
  2. gin实现spring boot url拦截器
  3. volatile双重锁实现单例
  4. nmon安装和使用介绍
  5. VS远程调试虚拟机中的程序
  6. dataSource&#39; defined in class path resource [org/springframework/boot/autocon
  7. sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) Cannot add a NOT NULL column with default value NULL [SQL: u&#39;ALTER TABLE address_scopes ADD COLUMN ip_version INTEGER NOT NULL&#39;]
  8. UVA - 11082 Matrix Decompressing (最大流,技巧)
  9. Vue项目经验
  10. Open Cascade:AIS_InteractiveContext如何调用函数选择AIS对象