Openconnect VPN server installation instruction for debian wheezy Rasberry Pi or ARM
本帖最後由 ckleea 於 2015-5-3 21:43 編輯
複雜程度比想象中高
以安排GNUTLS為例,沒有backport repository,要自行 compile
還要裝幾套軟件,每套都要自行 compile
1. gmp-6.0.0
2. libffi-3.2.1
3. libidn-1.30
4. libtasn1-4.5
5. nettle-3.1
6. p11-kit-0.23.1
7. unbound-1.5.3
最後才可 compile GNUTLS-3.4.0- ./configure --host=arm-linux-gnueabi --prefix=${GNUTLS_INSTALL} --exec-prefix=${GNUTLS_INSTALL} --disable-openssl-compatibility --disable-doc --disable-tests --disable-valgrind-tests --enable-local-libopts --enable-libopts-install --with-included-libtasn1 --disable-libdane --disable-guile --without-tpm --disable-crywrap --without-idn --disable-silent-rules
複製代碼 |