Hi Adrian,
I has installed the uuid, there are bleow files in /usr/local/lib directory:
drwxr-xr-x 3 root root 4096 Dec 21 21:07 crange
-rw-r--r-- 1 root root 64132 Dec 31 16:03 libuuid.a
-rw-r--r-- 1 root root 925 Dec 31 16:03
libuuid.la
lrwxrwxrwx 1 root root 18 Dec 31 16:03 libuuid.so -> libuuid.so.16.0.22
lrwxrwxrwx 1 root root 18 Dec 31 16:03 libuuid.so.16 -> libuuid.so.16.0.22
-rw-r--r-- 1 root root 51937 Dec 31 16:03 libuuid.so.16.0.22
drwxr-xr-x 2 root root 4096 Dec 31 16:03 pkgconfig
but when I run "./configure --prefix=/home/gumo/zeromq" to install zeromq, the command output :
checking for uuid_generate in -luuid... no
configure: error: cannot link with -luuid, install uuid-dev”
How can I checking the uuid ?