Created
March 12, 2020 15:31
-
-
Save faizal2007/8c1b41bfe93c20a3fc33ba1b75c5fa90 to your computer and use it in GitHub Desktop.
Create l2tp elementary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install related library | |
sudo apt install git intltool libtool network-manager-dev libnm-util-dev libnm-glib-dev libnm-glib-vpn-dev libnm-gtk-dev libnm-dev libnma-dev ppp-dev libdbus-glib-1-dev libsecret-1-dev libgtk-3-dev libglib2.0-dev xl2tpd strongswan libnss3-dev libssl-dev | |
git clone https://github.com/nm-l2tp/network-manager-l2tp.git | |
cd network-manager-l2tp | |
autoreconf -fi | |
intltoolize | |
./configure \ | |
--disable-static --prefix=/usr \ | |
--sysconfdir=/etc --libdir=/usr/lib/x86_64-linux-gnu \ | |
--libexecdir=/usr/lib/NetworkManager \ | |
--localstatedir=/var \ | |
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment