configure: error: lzo enabled but missing
注意:yum安装的无效,需要手动下载源码安装。
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
注意:yum安装的无效,需要手动下载源码安装。
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