Webyog Forums: Cannot Run Monyog On Ubuntu9.04 - Glibcpp_3.2 Not Found - Webyog Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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

#1 User is offline   sldahlin Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 29-June 09

Posted 29 June 2009 - 04:17 AM

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
0

#2 User is offline   Supratik Icon

  • Member
  • PipPip
  • Group: Admin
  • Posts: 29
  • Joined: 20-March 08
  • Gender:Male

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
0

#3 User is offline   Twirrim Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 06-January 10

Posted 06 January 2010 - 05:01 PM

View PostSupratik, 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


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?
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users