SonyUserforum

SonyUserforum (https://www.sonyuserforum.de/forum/index.php)
-   Café d`Image (https://www.sonyuserforum.de/forum/forumdisplay.php?f=94)
-   -   Noise Ninja Installationsproblem LINUX (https://www.sonyuserforum.de/forum/showthread.php?t=115045)

hobbyfotograf1978 07.03.2012 11:42

Noise Ninja Installationsproblem LINUX
 
Hallo,

ich wollte gerade mein Noise Ninja wieder mal starten, da ich es auf dem neuen Laptop bisdato nie gebraucht habe. Aber es tut sich absolut nichts, wenn ich das Programm ausführen möchte. Ich habe Ubuntu drauf, die neueste Version. Damals als ich noch 9.4?! meine ich drauf hatte, da stand ich vor dem selben Problem das nichts startete. Ich habe daraufhin den Tip bekommen, dieses hier nachzu installieren:

libstdc++5_3.3.6-18_i386
Die 6er Version zu installieren brachte keinen Erfolg, es startet einfach nicht... :(

Das Problem is JETZT nur, ich habe wohl die 64BIT Version installiert, da mir das Softwarefenster sagt:

Grüner Harken und daneben steht: Falsche Architektur 386.

Hat jemand einen Tip bitte für mich was ich nachinstallieren muß damit NoiseNinja wieder läuft? Ich habe eine Lizenz für die Standalone Version.

Vielen Dank! :top:

Blitz Blank 07.03.2012 17:22

Mach mal ein "ldd" auf dem executable, das zeigt die benoetigten und entsprechend auch fehlenden Bibliotheken an.

Frank

hobbyfotograf1978 07.03.2012 17:42

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,


Alle Zeitangaben in WEZ +2. Es ist jetzt 01:33 Uhr.