Hello,
I am trying to install MonaServer to Ubuntu. Am getting an error saying ./MonaServer Command not found when trying to start the daemon.
Here are the steps I followed . Please do let me know what is the mistake
1) Cloned the git repository of MonaServer to a desktop folder using "git clone
https://github.com/MonaSolutions/MonaServer.git"
2) Cloned LuaJIT to the same desktop folder.
3) Edited the makefile to enable lua52compact
4) Then used the command "make"
5) Installed LuaJIT using "sudo make install"
6) I have openssl already installed in my computer for another application.
7) then switched to MonaServer directory and typed "make". Got a long list of compiling various files and it was successful.
8) when I now start the server using "
sudo ./MonaServer --daemon [--pidfile=/var/run/MonaServer.pid]"
am getting an error saying ./MonaServer not found.
Could you please help me with this?
Thanks and Regards,
bharath