久久ER99热精品一区二区-久久精品99国产精品日本-久久精品免费一区二区三区-久久综合九色综合欧美狠狠

博客專欄

EEPW首頁 > 博客 > gmssl編譯安裝出錯解決

gmssl編譯安裝出錯解決

發布人:電子禪石 時間:2020-12-22 來源:工程師 發布文章
錯誤1

Operating system: x86_64-whatever-linux2 “glob” is not exported by the File::Glob module Can’t continue after import errors at ./Configure line 18. BEGIN failed–compilation aborted at ./Configure line 18. “glob” is not exported by the File::Glob module Can’t continue after import errors at ./Configure line 18. BEGIN failed–compilation aborted at ./Configure line 18. This system (linux-x86_64) is not supported. See file INSTALL for details

glob相關問題

This issue is due to the Perl package File::Glob, 一些簡單的修改就能修復這個. 在 Configure文件和 test/build.info這個文件,

use if $^O ne "VMS", 'File::Glob' => qw/glob/;1

改成

use if $^O ne "VMS", 'File::Glob' => qw/:glob/;1

就解決了

錯誤2

gmssl: symbol lookup error: gmssl: undefined symbol: BIO_debug_callback, version OPENSSL_1_1_0d

安裝好后運行gmssl會出錯

運行命令

ldconfig1

解決 但是運行openssl也會默認進入gmssl 暫時無解


*博客內容為網友個人發布,僅代表博主個人觀點,如有侵權請聯系工作人員刪除。



關鍵詞:

相關推薦

技術專區

關閉