ndctl icon indicating copy to clipboard operation
ndctl copied to clipboard

/libndctl.so loss uuid

Open HBSDLJZ opened this issue 2 years ago • 3 comments

//usr/lib64/libdaxctl.so.1: undefined reference to uuid_copy@UUID_1.0' //usr/lib64/libndctl.so.6: undefined reference to uuid_parse@UUID_1.0' //usr/lib64/libndctl.so.6: undefined reference to `uuid_unparse@UUID_1.0' collect2: error: ld returned 1 exit status

When I compile the pmdk project, the above error occurs. Please help me solve it. Thank you~

HBSDLJZ avatar Jun 08 '22 15:06 HBSDLJZ

why result in uuid loss???

HBSDLJZ avatar Jun 08 '22 15:06 HBSDLJZ

You probably need to rebuild ndctl due to a change to libuuid.

hramrach avatar Jun 09 '22 08:06 hramrach

thankyou~

HBSDLJZ avatar Jun 17 '22 02:06 HBSDLJZ