gmssl编译linux,gmssl编译安装出错解决
錯誤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相關(guān)問題
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
安裝好后運行g(shù)mssl會出錯
運行命令ldconfig1
解決 但是運行openssl也會默認進入gmssl 暫時無解
*博客內(nèi)容為網(wǎng)友個人發(fā)布,僅代表博主個人觀點,如有侵權(quán)請聯(lián)系工作人員刪除。
總結(jié)
以上是生活随笔為你收集整理的gmssl编译linux,gmssl编译安装出错解决的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 思维导图
- 下一篇: 频域/s域/z域三大变换的发展史及其联系