Error: There is no RPC client functionality in zcashd. Use the zcash-cli utility instead

I got:
Error: There is no RPC client functionality in zcashd. Use the zcash-cli utility instead.

When I try:
./src/zcashd --daemon .

But works fine when I try:
./src/zcashd

Im using a fresh ubuntu server 16.10 installation. How to run zcash server as daemon?

./src/zcashd -daemon

1 Like