[Seek Help] deepinV20.9安装strongswan问题
Tofloor
poster avatar
widon1104
deepin
2023-05-29 23:31
Author

配置命令是:./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

Reply Favorite View the author
All Replies
widon1104
deepin
2023-05-30 00:01
#1

问题解决了,我用这个命令配置charon就可以启动了:

/configure --prefix=/usr/local/strongswan --enable-openssl --disable-shared --enable-static --enable-monolithic --host=x86_64

Reply View the author
Comments
桃子andPeace
2023-05-30 04:52
厉害厉害
jjcui8595
deepin
2023-05-30 00:27
#2

祝贺

Reply View the author