Hideaki Kimura reports that the default build instructions do not result
in a usable build.

    $ ndctl --version
    ndctl: error while loading shared libraries: libndctl.so.6: cannot
        open shared object file: No such file or directory

Use the default recommended configure options from autogen.sh.

Reported-by: Hideaki Kimura <hideaki.kim...@gmail.com>
Signed-off-by: Dan Williams <dan.j.willi...@intel.com>
---
 README.md |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7256c2f15e20..e9dec67a0ea2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ sub-system in the Linux kernel
 Build
 =====
 `./autogen.sh`  
-`./configure --enable-local`  
+`./configure CFLAGS='-g -O0' --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib64`  
 `make`  
 `make check`  
 `sudo make install`  

_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

Reply via email to