pmem / ndctl

A "device memory" enabling project encompassing tools and libraries for CXL, NVDIMMs, DAX, memory tiering and other platform memory device topics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/libndctl.so loss uuid

HBSDLJZ opened this issue · 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~

why result in uuid loss???

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

thankyou~