<div dir="ltr"><div>Hi all:</div><div><br></div><div>When I configure the otp_src, I got this:</div><div><br></div><div>```<br></div><div>memacs@memacs-beam:~/下载/otp_src_19.3$ ./configure  --prefix=/home/memacs/opt/erlang/1903</div><div><br></div><div>............................<br></div><div>checking whether MAP_FIXED is declared... yes</div>checking whether MAP_NORESERVE is declared... yes<br>configure: WARNING: Security feature -fPIE will be disabled for HiPE<br>configure: Floating point exceptions disabled by default on Linux<br>checking whether to redefine FD_SETSIZE... no<br>configure: Enable exec_alloc for hipe code allocation<br>checking for working poll()... yes<br>checking whether epoll is level triggered... yes<br>checking whether kernel poll support should be enabled... yes; epoll<br>checking whether putenv() stores a copy of the key-value pair... no<br>checking for ld... gcc<br>checking for compiler flags for loadable drivers... -g -O2 -I/home/memacs/下载/otp_src_19.3/erts/x86_64-unknown-linux-gnu   -fno-tree-copyrename  -D_GNU_SOURCE -fPIC<br>checking for linker for loadable drivers... gcc<br>checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic<br>checking for 'runtime library path' linker flag... -Wl,-R<br>checking for a compiler that handles jumptables... gcc<br>checking for static ZLib to be used by SSL in standard locations... no<br>checking for OpenSSL >= 0.9.7 in standard locations... found; but not usable<br>configure: WARNING: No (usable) OpenSSL found, skipping ssl, ssh and crypto applications<br>checking for kstat_open in -lkstat... (cached) no<br>checking for kvm_open in -lkvm... no<br>checking for javac.sh... no<br>checking for javac... javac<br>checking for JDK version 1.6... no<br>configure: WARNING: Could not find any usable java compiler, will skip: jinterface<br>checking for c++... c++<br>checking for log2... yes<br>configure: creating ./config.status<br>config.status: creating emulator/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating epmd/src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating etc/common/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating include/internal/x86_64-unknown-linux-gnu/<a href="http://ethread.mk">ethread.mk</a><br>config.status: creating include/internal/x86_64-unknown-linux-gnu/<a href="http://erts_internal.mk">erts_internal.mk</a><br>config.status: creating lib_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating Makefile<br>config.status: creating ../make/x86_64-unknown-linux-gnu/<a href="http://otp.mk">otp.mk</a><br>config.status: creating ../make/x86_64-unknown-linux-gnu/<a href="http://otp_ded.mk">otp_ded.mk</a><br>config.status: creating ../make/make_emakefile<br>config.status: creating ../lib/ic/c_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating ../lib/os_mon/c_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating ../lib/crypto/c_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating ../lib/orber/c_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating ../lib/runtime_tools/c_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating ../lib/tools/c_src/x86_64-unknown-linux-gnu/Makefile<br>config.status: creating x86_64-unknown-linux-gnu/config.h<br>config.status: x86_64-unknown-linux-gnu/config.h is unchanged<br>config.status: creating include/internal/x86_64-unknown-linux-gnu/ethread_header_config.h<br>config.status: include/internal/x86_64-unknown-linux-gnu/ethread_header_config.h is unchanged<br>config.status: creating include/x86_64-unknown-linux-gnu/erl_int_sizes_config.h<br>config.status: include/x86_64-unknown-linux-gnu/erl_int_sizes_config.h is unchanged<br>*********************************************************************<br>**********************  APPLICATIONS DISABLED  **********************<br>*********************************************************************<br><br>crypto         : No usable OpenSSL found<br>jinterface     : No Java compiler found<br>ssh            : No usable OpenSSL found<br>ssl            : No usable OpenSSL found<br><br>*********************************************************************<br>*********************************************************************<br>**********************  APPLICATIONS INFORMATION  *******************<br>*********************************************************************<br><br>wx             : wxWidgets not found, wx will NOT be usable<br><br>*********************************************************************<br>memacs@memacs-beam:~/下载/otp_src_19.3$ openssl version<br>OpenSSL 1.1.0g  2 Nov 2017<br>memacs@memacs-beam:~/下载/otp_src_19.3$ uname -a<br>Linux memacs-beam 4.18.0-20-generic #21~18.04.1-Ubuntu SMP Wed May 8 08:43:37 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux<br>memacs@memacs-beam:~/下载/otp_src_19.3$ sudo apt-get install libssl-dev<br>正在读取软件包列表... 完成<br>正在分析软件包的依赖关系树       <br>正在读取状态信息... 完成       <br>libssl-dev 已经是最新版 (1.1.0g-2ubuntu4.3)。<br>升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 3 个软件包未被升级。<br><div>memacs@memacs-beam:~/下载/otp_src_19.3$ <br></div><div>```</div><div><br></div><div>The openssl is installed, but why it is unusable?<br></div></div>