On Wed, 15 Jun 2005, Matthias Andree wrote: > On Wed, 15 Jun 2005, Hampus wrote: > > > I was just wondering if anyone has been able to build openvpn 2.0 when > > using > > LZO 2.0 ? I myself get some strange errors.
> A patch with additional build instructions was posted a few days ago. > Check the archives of this list. I just made a new RC with LZO 2.0 support. The configure script will autodetect LZO 1.x or 2.0 and set appropriate #defines so that the OpenVPN C code will know where to find the LZO .h files (this is necessary because LZO 2.0 moves the .h files to a new directory). I also raised the worst case expansion function per the new guidelines. As far as I'm aware, there should be no interoperability issues with OpenVPN linked with LZO 1.08 talking with OpenVPN linked with LZO 2.0. Download: http://openvpn.net/beta/openvpn-2.0.1_rc4.tar.gz James