i tried compile rethinkdb source code following official link. running command
sudo make install results in error @ step 7:
[7/13] m4 build/release/assets/rethinkdb.1 bin/bash: m4: command not found
it looks missing m4 package. on ubuntu, can install doing
sudo apt-get install m4
Comments
Post a Comment