Jump to content

OpenVPN 2.0.1


p0lar
 Share

2 posts in this topic

Recommended Posts

OpenVPN 2.0.1 compiles with full LZO support.

 

Here's a quick blow-by-blow install procedure, you're on your own for client/server/bridge configurations.

 

tiger-x86:~ p0lar$ ftp http://openvpn.net/release/openvpn-2.0.1.tar.gz

tiger-x86:~ p0lar$ ftp http://www.oberhumer.com/opensource/lzo/do...lzo-2.01.tar.gz

tiger-x86:~ p0lar$ tar -zxvf lzo-2.01.tar.gz

tiger-x86:~ p0lar$ cd lzo-2.01

tiger-x86:~/lzo-2.01 p0lar$ ./configure

tiger-x86:~/lzo-2.01 p0lar$ make

tiger-x86:~/lzo-2.01 p0lar$ sudo make install

tiger-x86:~/lzo-2.01 p0lar$ cd ..

tiger-x86:~ p0lar$ tar -zxvf openvpn-2.0.1.tar.gz

tiger-x86:~ p0lar$ cd openvpn-2.0.1

tiger-x86:~/openvpn-2.0.1 p0lar$ ./configure --with-lzo-headers=/usr/local/include --with-lzo-lib=/usr/local/lib

tiger-x86:~/openvpn-2.0.1 p0lar$ make

tiger-x86:~/openvpn-2.0.1 p0lar$ sudo make install

 

I'm not sure how to make a 'package' out of this :), but someone with more Mac savvy could do this quite easily.

 

Enjoy!

Link to comment
Share on other sites

  • 3 weeks later...
 Share

×
×
  • Create New...