An error is reported when compiling OpenVPN

configure: error: lzo enabled but missing

The solution is to manually install this LZO

wget http://www.oberhumer.com/opensource/lzo/download/lzo-2.06.tar.gz 
tar zxvf lzo-2.06.tar.gz 
cd lzo-2.06 
./configure --prefix=/usr/local/ 
make && make install

Read More: