jjcui8595
deepin
2023-05-30 00:27 祝贺
Reply Like 0 View the author
问题解决了,我用这个命令配置charon就可以启动了:
/configure --prefix=/usr/local/strongswan --enable-openssl --disable-shared --enable-static --enable-monolithic --host=x86_64
祝贺
Popular Ranking
ChangePopular Events
More
配置命令是:./configure --prefix=/usr/local/strongswan --enable-openssl --enable-static --host=x86_64
我试过strongswan5.7.2 5.8.2 5.9.6 make install安装好了,都报下面这个错误,有遇到过的告诉我怎么解决吗?
➜ ipsec ./charon
00[DMN] Starting IKE charon daemon (strongSwan 5.7.2, Linux 5.15.77-amd64-desktop, x86_64)
00[LIB] feature CUSTOM:libcharon in critical plugin 'charon' has unmet dependency: NONCE_GEN
00[LIB] feature CUSTOM:libcharon-receiver in critical plugin 'charon' has unmet dependency: HASHER:HASH_SHA1
00[LIB] feature CUSTOM:libcharon-sa-managers in critical plugin 'charon' has unmet dependency: HASHER:HASH_SHA1
00[LIB] failed to load 3 critical plugin features
00[DMN] initialization failed - aborting charon
注:我要开发strongswan,所以编译运行是必须的,不能用命令行安装strongswan