Skip to content

Instantly share code, notes, and snippets.

@elyezer
Created September 17, 2013 13:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elyezer/6594539 to your computer and use it in GitHub Desktop.
Save elyezer/6594539 to your computer and use it in GitHub Desktop.
How to install OpenVPN on BeagleBone Black
# 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
Copy link

make and make install return ""No targets specified""

@elyezer
Copy link
Author

elyezer commented Oct 27, 2019

@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