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
Page 1 of 1
Cannot Run Monyog On Ubuntu9.04 - Glibcpp_3.2 Not Found
#2
Posted 29 June 2009 - 06:26 AM
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
#3
Posted 06 January 2010 - 05:01 PM
Supratik, on 28 June 2009 - 08:26 PM, said:
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
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.or...earch_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...3.6-18_i386.deb
edit: Also needed jscompact for libjs.so, could only find it here: http://blogs.unbolt....e_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?
Page 1 of 1

Sign In
Register
Help

MultiQuote