Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Cannot Run Monyog On Ubuntu10.04 – Libjs.so Not Found!

forums forums Monyog Monyog Deployment Cannot Run Monyog On Ubuntu10.04 – Libjs.so Not Found!

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #11985
      xeonfeng
      Member

      When attempting to run MONyog on Ubuntu 10.04 I receive the following errors:

      xyf@xyf-desktop:~$ ./Downloads/MONyog/bin/MONyog-bin start

      ./Downloads/MONyog/bin/MONyog-bin: error while loading shared libraries: libjs.so: cannot open shared object file: No such file or directory

      xyf@xyf-desktop:~$ sudo ./Downloads/MONyog/bin/MONyog-bin start

      ./Downloads/MONyog/bin/MONyog-bin: error while loading shared libraries: libjs.so: cannot open shared object file: No such file or directory

      ………………

      Could you (or your team) give us a deb package for ubuntu?

      Thanks,

      xeonfeng

    • #30899
      Mahesh
      Member

      Please try using

      ./Downloads/MONyog/bin/MONyog start instead ./Downloads/MONyog/bin/MONyog-bin start

      OR

      Goto bin folder and execute ./MONyog start

    • #30900

      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!

    • #30901

      Hi Xeonfeng,

      We've just released MONyog 4.0 GA. This version of MONyog features different packaging, and it's tested to work even on the latest version of Ubuntu. Go ahead and give it try.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.