BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is required for build

现象:

Checking libtoolize version:

2.4.2

Checking tar version:

1.26

<stdin>:1:23: fatal error: lzo/lzo1x.h: No such file or directory

compilation terminated.

ERROR: lzo/lzo1x.h development library is required for build

usually, this is provided by the liblzo2-dev library

make[1]: *** [prebuild_checks] Error 1

make[1]: Leaving directory `/home/wangxinyu/work/AX1803/6755_sdk'

make: *** [default] Error 2

解决方法:

下载lzo

http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz

tar -xvf lzo-2.10.tar.gz

./configure;make; make install


上一篇:Codeforces Round #353 (Div. 2) C. Money Transfers (思维题)


下一篇:配置Hadoop支持LZO