php - configure: error: Can't find OpenSSL's evp.h
/configure --prefix=/usr/local/php --with-openssl=/usr/bin --with-curl=/usr/bin
编译时总是出错
原因如下:
1 确认安装了openssl openssl-devl
2修改路径为 /usr/sbin 或者 /usr/include/openssl
3 去掉路径 直接 --with-openssl
php - configure: error: Can't find OpenSSL's evp.h
/configure --prefix=/usr/local/php --with-openssl=/usr/bin --with-curl=/usr/bin
编译时总是出错
原因如下:
1 确认安装了openssl openssl-devl
2修改路径为 /usr/sbin 或者 /usr/include/openssl
3 去掉路径 直接 --with-openssl
【LeetCode】39. 组合总和
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M