Created
September 17, 2013 13:48
-
-
Save elyezer/6594539 to your computer and use it in GitHub Desktop.
How to install OpenVPN on BeagleBone Black
This file contains 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
# Change the version 2.3.2 as needed | |
wget http://swupdate.openvpn.org/community/releases/openvpn-2.3.2.tar.gz | |
tar zxf openvpn-2.3.2.tar.gz | |
cd openvpn-2.3.2 | |
./configure | |
make | |
make install |
@TheoreticallyNick are you sure you've entered on the openvpn-2.3.2
directory? If you could provide more output then I could try to help with more precise information.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make and make install return ""No targets specified""