p0lar Posted August 23, 2005 Share Posted August 23, 2005 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 https://www.insanelymac.com/forum/topic/992-openvpn-201/ Share on other sites More sharing options...
visik7 Posted September 7, 2005 Share Posted September 7, 2005 fast way to blow up your system Link to comment https://www.insanelymac.com/forum/topic/992-openvpn-201/#findComment-13810 Share on other sites More sharing options...
Recommended Posts