Einzelnen Beitrag anzeigen
Alt 07.03.2012, 17:42   #3
hobbyfotograf1978

Themenersteller
 
 
Registriert seit: 15.11.2011
Beiträge: 700
Hat sich erledigt, alles bestens! ;-)

Copy and Paste aus Mail vom Support:

Noise Ninja is an application that was developed with a particular version of the linux C++ compiler.
Thus, it requires library support for this compiler version.

The original libstdc++5 package is no longer available as of Ubuntu 9.10 with the distributed repos.

To get the package, you can go here: http://packages.debian.org/lenny/i38...dc++5/download
and click on one of the links to download the package.

For example: http://ftp.us.debian.org/debian/pool....6-18_i386.deb

Then, for a 64 bit Ubuntu installation, you would:
Insure you have 32 bit application support:
* sudo apt-get install ia32-libs
* Then, you would run (from the directory containing the downloaded .deb package):
* dpkg-deb -x libstdc++5_3.3.6-18_i386.deb ia32-libs
* sudo cp ia32-libs/usr/lib/libstdc++.so.5.0.7 /usr/lib32
* sudo ln -s libstdc++.so.5.0.7 /usr/lib32/libstdc++.so.5
* For a 32 bit Ubuntu installation, you would:
Run (from the directory containing the downloaded .deb package):
* dpkg-deb -x libstdc++5_3.3.6-18_i386.deb ia32-libs
* sudo cp ia32-libs/usr/lib/libstdc++.so.5.0.7 /usr/lib
* sudo ln -s libstdc++.so.5.0.7 /usr/lib/libstdc++.so.5
* You will then be able to run Noise Ninja.

Kind regards,

Geändert von hobbyfotograf1978 (07.03.2012 um 19:31 Uhr)
hobbyfotograf1978 ist offline   Mit Zitat antworten