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
Scan the QR code using WeChat
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
Scan the QR code using WeChat