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

Dependency Hell

forums forums Monyog Monyog Deployment Dependency Hell

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #30563

      Hi,

      The only dependencies that you seem to be missing are glibc and libstdc++. These are the only two libraries we don't bundle with MONyog, as they are standard C++ runtimes, and available in all Linux repositories. You see the other failed dependencies because all other libraries depend on it.

      Try this:

      Code:
      yum install gnu-gcc libstdc++
    • #30564

      The version of RPM of MONyog that you are trying to install is actually compiled on a CentOS 5.4 (x86_64) base system with C/C++ runtimes installed!

    • #30565
      'Sayan wrote on '12:

      The version of RPM of MONyog that you are trying to install is actually compiled on a CentOS 5.4 (x86_64) base system with C/C++ runtimes installed!

      PS: I just noticed you tried to install a 64-bit RPM on a 32-bit system. Here's the link to the 32-bit binary:

      http://www.webyog.com/downloads/MONyog-3.7.2-0.glibc-2.5-42.i386.rpm

    • #30566
      bluethundr
      Member

      That worked!!! Thanks for the link! Is SQLog available for Linux? I only saw a windows binary..

      thanks again

    • #30567

      Unfortunately, SQLyog is only available for Windows. However, you can still use SQLyog's Job Agent (SJA) on Linux. Moreover, you might want to take a look at Wine… Wine make running Windows software on Linux a breeze.

      Also, I was wondering if you have any feedback on the downloads page. We recently had it changed and lots of people seem to be getting confused…

      Thanks for your interest in our products!

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