linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.45k stars 650 forks source link

nvme-cli:2.10.2: LIBNVME_MI_ and LIBNVME_1.10 not found error seen with Ubuntu 24.04 (Kernel 6.8.0-31) #2472

Closed sarabjotsoit closed 3 days ago

sarabjotsoit commented 3 weeks ago

nvme: /lib/x86_64-linux-gnu/libnvme-mi.so.1: version LIBNVME_MI_1_10' not found (required by nvme) nvme: /lib/x86_64-linux-gnu/libnvme.so.1: versionLIBNVME_1.10' not found (required by nvme) nvme: /lib/x86_64-linux-gnu/libnvme.so.1: version `LIBNVME_1.9' not found (required by nvme)

igaw commented 3 weeks ago

This sounds like you are running a newly build nvme-cli against an older libnvme. How did you build install nvme-cli? Please share your exact command line.

sarabjotsoit commented 2 weeks ago

Hi, @igaw

I just tried make and make install on top of Ubuntu 24.04.

igaw commented 3 days ago

I suppose it fixed the problem. I close the issue now.