I would appreciate some help with solving this. The daemon file is in the correct /src folder in the file directory. I've made the file executable with the chmod +x command. When I try to run the daemon file ./xhimerad -daemon the Linux server responds with "No such file or directory". The file path is correct and the file and directory do exist.
When I try to run the daemon file as ./xhimerad.cpp I am told there is a syntax error.
Can you offer some assistance for this issue? Thanks.
You must 1st compile the sourcecode
For the steps that need to be completed I am at:
./xhimerad -daemon
and I have the problem that I have mentioned.