当前位置: 首页 > 工具软件 > IPsec Tools > 使用案例 >

ipsec-tools 交叉编译

栾鸣
2023-12-01

为了实现ipsec VPN 如果要使用racooon方式实现,则必须选择ipsec-tools 开源程序。

这里我用的是ipsec-tools-0.8.0

./configure --host=mipsel-linux --prefix=/test --enable-security-context=no --wth-openssl=$openssl_dir --with-flexdir=$flex_dir --with-kernel-headers=$kernel_dir/include
然后:
make
make install
这里configure的时候要选择 openssl 和flex, 因为ipsec-tools编译依赖这两个工具的静态库,

flex也就是 libfl.a 和libfl_pic.a

openssl 里面会有 libcrypto.a 和libssl.a


 类似资料: