make error :/usr/bin/ld: cannot find -luuid

Posted on November 5, 2013

I met a make error in CentOS 6:

# make

......

/usr/bin/ld: cannot find -luuid
 ld returned 1 exit status
make: *** Error 1

The way to fix this error is to install lib : uuid-devel

yum -y install libuuid-devel

make error :/usr/bin/ld: cannot find -luuid


donation

Scan the QR code using WeChat

comments powered by Disqus