简体   繁体   English

如何从源代码安装中使用带有OpenSSL 1.0.2k的Erlang 18

[英]How to install Erlang 18 with openssl 1.0.2k from source installtion

I am trying to install erlang 18 in centos 7 I have used otp_src_18.0 from erlang source and installed the dependencies gcc gcc-c++ make libxslt fop ncurses-devel *openjdk-devel unixODBC unixODBC-devel libyaml-devel openssl-devel expat-devel automake and checked the openssl version in centos OpenSSL 1.0.2k-fips 26 Jan 2017 but I am getting the following error with ./configure command 我正在尝试在centos 7中安装erlang 18我已经从erlang源使用otp_src_18.0并安装了依赖项gcc gcc-c ++使libxslt fop ncurses-devel * openjdk-devel unixODBC unixODBC-devel libyaml-devel openssl-devel expat-devel自动制作并在centos OpenSSL 1.0.2k-fips中检查openssl版本2017年1月26日,但使用./configure命令遇到以下错误


********************** APPLICATIONS DISABLED ********************** **********************应用已禁用**********************


crypto : No usable OpenSSL found crypto:未找到可用的OpenSSL
ssh : No usable OpenSSL found ssh:找不到可用的OpenSSL
ssl : No usable OpenSSL found ssl:找不到可用的OpenSSL



********************** APPLICATIONS INFORMATION ******************* **********************应用信息*******************


wx : wxWidgets not found, wx will NOT be usable wx:找不到wxWidgets,wx将不可用


./configure --with-ssl ./configure --with-ssl

Configure with --with-ssl flag its solved the issue 使用--with-ssl标志进行配置可以解决该问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何禁用OpenSSL 1.0.2k中的dtls内容? - How to disable the dtls stuff in OpenSSL 1.0.2k? 针对OpenSSL 1.0.2k的Google Play漏洞警告 - Google Play vulnerability warning for OpenSSL 1.0.2k 使用 openssl 1.0.2k 在我的代码中报告了双倍免费 - Double free reported in my code using openssl 1.0.2k openssl DTLS 1.0.2k是否接受分段的输入并重新组合分段的数据包? - Does openssl DTLS 1.0.2k takes fragmented input and reassemble fragmented packets? OpenSSL 错误构建 Erlang OTP 从源 - OpenSSL error building Erlang OTP from source openssl-libs-1.0.2k-21.el7_9.x86_64导致的yum install openssl-devel依赖错误 - yum install openssl-devel dependency error caused by openssl-libs-1.0.2k-21.el7_9.x86_64 如何在Ubuntu上将OpenSSL从OpenSSL 1.0.1f更新到OpenSSL 1.0.2g? - How to update OpenSSL on Ubuntu from OpenSSL 1.0.1f to OpenSSL 1.0.2g? 在MacOS上的/ opt / local中安装OpenSSL 1.0.2 - Install OpenSSL 1.0.2 in /opt/local on MacOS 我正在从Fedora源rpm为RHEL 5构建自定义openssl 1.0.2f,但它给了我错误 - I am building customize openssl 1.0.2f for RHEL 5 from Fedora source rpm but it gives me error 如何在 Ubuntu 中将 OpenSSL 从 1.0.2g 升级到 1.1.0g 并让 python 识别新的 OpenSSL - How to upgrade OpenSSL from 1.0.2g to 1.1.0g in Ubuntu and let python recognize the new OpenSSL
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM