2014-04-17 32 views
0

我試圖安裝名爲YARP的軟件 - Python綁定在Linux Mint Olivia上,這需要安裝OpenSSL,我按照這些說明操作安裝的OpenSSL 1.0.1g: http://wiki.openssl.org/index.php/Compilation_and_Installation配置:錯誤:--with-ssl被給出,但未找到OpenSSL

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是我安裝的,而Library: OpenSSL 1.0.1c 10 May 2012是用Linux預裝的,可能是這個問題?

有什麼建議嗎?

+0

請提供您嘗試使用的OpenSSL和位置;以及YARP配置期間使用的命令。 – jww

+0

'which openssl'產生'/ usr/local/bin/openssl',我也完全卸載了OpenSSL並重新安裝,現在'openssl version'的輸出產生'OpenSSL 1.1.0-dev xx XXX xxxx' 。 我不知道Yarp-python安裝過程中使用了什麼命令,我只是在[robotpkg](http://robotpkg.openrobots.org)中發出'make update'命令,我不知道它在做什麼之後會做什麼。 –

回答

0

當使用--with-openssl安裝CoovaChilli時遇到了同樣的問題。雖然我不知道爲什麼自OpenSSL已經安裝。但

yum install openssl openssl-devel

似乎已經解決了它,我能的./configure它沒有任何錯誤。

相關問題