configure:error:--提供了带ssl的,但没有提供OpenSSL';找不到

configure:error:--提供了带ssl的,但没有提供OpenSSL';找不到,openssl,linux-mint,Openssl,Linux Mint,我正在尝试在Linux Mint Olivia上安装一个名为YARP-Python bindings的软件,这需要安装OpenSSL,我按照以下说明安装OpenSSL 1.0.1g: YARP配置失败: configure: error: in `/home/osama/robotpkg/pkgtools/tnftp/work.osama-Inspiron-N5010/tnftp-20130505': | configure: error: --with-ssl was given, but

我正在尝试在Linux Mint Olivia上安装一个名为YARP-Python bindings的软件,这需要安装OpenSSL,我按照以下说明安装OpenSSL 1.0.1g:

YARP配置失败:

configure: error: in `/home/osama/robotpkg/pkgtools/tnftp/work.osama-Inspiron-N5010/tnftp-20130505':
| configure: error: --with-ssl was given, but OpenSSL wasn't found
| See `config.log' for more details
当我键入
openssl version
命令时,我得到以下结果:

OpenSSL 1.0.1g 7 Apr 2014 (Library: OpenSSL 1.0.1c 10 May 2012)
我注意到,
OpenSSL 1.0.1g
是我安装的,而
库:OpenSSL 1.0.1c 2012年5月10日
是Linux预装的,这可能是问题吗


有什么建议吗?

我在使用openssl安装CoovaChilli时遇到了同样的问题。虽然我不知道为什么,因为已经安装了OpenSSL。但是

yum安装openssl-openssl-devel


似乎已经修复了它,我能够/配置它,没有任何错误。

请提供您尝试使用的OpenSSL和位置;以及在YARP配置期间使用的命令。“which openssl”的输出产生“/usr/local/bin/openssl”,我也完全卸载了openssl并重新安装,现在“openssl version”的输出产生“openssl 1.1.0-dev xx XXX xxxx”。我不知道在Yarp-python安装过程中使用了哪些命令,我只是在中发出了命令“makeupdate”,我不知道在那之后它会做什么。