Hi Xeonfeng,
The problem here is that MONyog has to be started in the context of its bin directory. I'd suggest you use the start-up script, MONyog, to start and stop MONyog. So try typing in:
Code:
~$ ./Downloads/MONyog/bin/MONyog start
What you're doing isn't fully incorrect though. All you need to do 'cd' into the bin directory before executing MONyog-bin. Alternatively you can also try adding MONyog's bin directory to the environment variable LD_LIBRARY_PATH.
So there… you have a whole lot of solutions you can try out! Thank you for using MONyog!