hello, I am building it on a RHEL VM and also tried OS X and ran into similar issues on both of them
also, found this: cd-dgraph · dgraph-io/dgraph@61b8c62 · GitHub
and stepped through it a bit but didn’t see what I’m missing.
I tried hardcoding the LDFLAGS from ristretto after Rahul’s link(/usr/local/lib/libjemalloc.a -L/usr/local/lib -Wl,-rpath,/usr/local/lib -ljemalloc -lm -lstdc++ -pthread -ldl) to the Makefile here: dgraph/dgraph/Makefile at main · dgraph-io/dgraph · GitHub
also to no avail yet. Since I have been packaging my docker container with the libjemalloc libraries, I’ve been working around it for now.
Thanks for your consideration