I used CentOS 7 and tried `make USE_NVM=yes` It results > zmalloc.h:55:2: error #error Newer version of jemalloc required I already tried `make hiredis jemalloc linenoise lua` in the ./deps folder. And I always use `make distclean` whenever run make command. I manually build the pmdk-1.4.2, and copy it to the ./deps/pmdk folder.. (Not using `git init submodule` because of a firewall problem. I'm wondering how can I fix the make error and whether it is fine building PMDK manually.
I used CentOS 7 and tried
make USE_NVM=yesIt results
I already tried
make hiredis jemalloc linenoise luain the ./deps folder.And I always use
make distcleanwhenever run make command.I manually build the pmdk-1.4.2, and copy it to the ./deps/pmdk folder.. (Not using
git init submodulebecause of a firewall problem.I'm wondering how can I fix the make error and whether it is fine building PMDK manually.