in the Ubuntu install instructions on
https://github.com/pmem/pmdk/, it
says this:
"You will need to install the following required packages on the build
system:
autoconf
pkg-config
libndctl-devel (v63 or later)1
libdaxctl-devel (v63 or later)"
but apt-get can't find any packages named libndctl-devel or
libaxctl-devel:
apt-get install libndctl-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libndctl-devel
apt-get install libaxctl-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libaxctl-devel
Any assistance would be appreciated.