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

Cannot Run Monyog On Ubuntu9.04 – Glibcpp_3.2 Not Found

forums forums Monyog Monyog Deployment Cannot Run Monyog On Ubuntu9.04 – Glibcpp_3.2 Not Found

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #11566
      sldahlin
      Member

      When attempting to run MONyog on an Ubuntu 9.04 setup I receive the following errors:

      /usr/local/MONyog/bin/MONyog-bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by /usr/local/MONyog/bin/MONyog-bin)

      /usr/local/MONyog/bin/MONyog-bin: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by /usr/local/MONyog/bin/MONyog-bin)

      Sorry ! Unable to start MONyog.

      I tried hunting these down using google but I found a lot of people who had similar problems with other packages but no responses as to where or how this problem can be resolved. Occasionally, I have encountered similar difficulties and it is very troublesome to try to find the missing package or setup.

      Thanks,

      Steve

    • #29244
      Supratik
      Member
      Quote:
      /usr/local/MONyog/bin/MONyog-bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by /usr/local/MONyog/bin/MONyog-bin)

      This error message will appear when the c++ compatibility library is not present in the system.

      Try installing the package compat-libstdc++-33. This package generally supports the backward compatibility of c++ libraries.

      You may run the following command to install the “compat-libstdc++-33” package, once it is installed you may continue installing MONyog.

      sudo apt-get install compat-libstdc++-33

      Please let me know if you still have any issue installing MONyog in your system.

      Regards

      Supratik

    • #29245
      Twirrim
      Member
      'Supratik' wrote on '28:

      This error message will appear when the c++ compatibility library is not present in the system.

      Try installing the package compat-libstdc++-33. This package generally supports the backward compatibility of c++ libraries.

      You may run the following command to install the “compat-libstdc++-33” package, once it is installed you may continue installing MONyog.

      sudo apt-get install compat-libstdc++-33

      Please let me know if you still have any issue installing MONyog in your system.

      Regards

      Supratik

      Unfortunately that's not a Debian or Ubuntu package. (try http://packages.ubuntu.com or http://www.debian.org/distrib/packages#search_packages)

      I hit the same brick wall. Initially it was failing to find libstdc++.so.5, so by way of test I created a symlink for it pointing to libstdc++.so.6 which resulted in the same errors above.

      Was able to resolve it by grabbing the libstdc++5 package off Debian: http://ftp.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb

      edit: Also needed jscompact for libjs.so, could only find it here: http://blogs.unbolt.net/index.php/brinley/2007/10/18/deb_package_for_jscompact , libssh-dev (and symlink from /usr/lib/libssh.so.3 to /usr/lib/libssh.so.2

      Any chance you could update the docs with pre-requisites packages or libraries?

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