ubuntu12.04-desktop 编译openvpn-2.3.2提示ssl is required but missing

发布于 2021-11-29 06:09:01 字数 3288 浏览 917 评论 2

在本站下载的openvpn压缩包。但是在ubuntu下面执行configure的时候出现问题:

 

checking for PKCS11_HELPER... no
checking for OPENSSL_CRYPTO... no
checking for RSA_new in -lcrypto... no
checking for OPENSSL_SSL... no
checking for SSL_CTX_new in -lssl... no
checking for ssl_init in -lpolarssl... no
checking for aes_crypt_cbc in -lpolarssl... no
checking for lzo1x_1_15_compress in -llzo2... no
checking for lzo1x_1_15_compress in -llzo... no
checking git checkout... no
configure: error:  ssl is required but missing

 

我去检查了OPENSSL是否安装

 

dpkg -l |grep ssl
ii  libflac8                               1.2.1-6                                 Free Lossless Audio Codec - runtime C library
ii  libssl1.0.0                            1.0.1-4ubuntu3                          SSL shared libraries
ii  libwavpack1                            4.60.1-2                                audio codec (lossy and lossless) - library
ii  openssl                                1.0.1-4ubuntu3                          Secure Socket Layer (SSL) binary and related cryptographic tools
ii  python-openssl                         0.12-1ubuntu2                           Python wrapper around the OpenSSL library
ii  ssl-cert                               1.0.28                                  simple debconf wrapper for OpenSSL

 

这应该都可以了,openssl都已经安装了,怎么会提示找不到openssl,这是怎么回事的?

 

 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

网名女生简单气质 2021-11-29 16:54:58

原来缺少组件

2021-11-29 08:14:20

我也遇到了这个问题,已经找到了答案,直接发链接,懒得复制了。

http://www.softown.cn/post/142.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文