BRCM5.02编译七:No package 'uuid' found

现象:

Checking autoconf version:

2.69

Checking libtoolize version:

2.4.2

Checking tar version:

1.26

Package uuid was not found in the pkg-config search path.

Perhaps you should add the directory containing `uuid.pc'

to the PKG_CONFIG_PATH environment variable

No package 'uuid' found

ERROR: pkg-config uuid failed

Your distribution may require you to use a special setting of PKG_CONFIG_PATH

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

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

make: *** [default] Error 2

 

解决方法:

参照五安装libuuid库

(安装uuid库时,在install时指定了uuid.pc的位置,具体的位置可以由系统指定)

cp /usr/lib/uuid.pc /usr/lib64/pkgconfig/


上一篇:linux查看网卡uuid


下一篇:集群高并发情况下如何保证分布式唯一全局Id生成