LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing Adobe Air on AMD64 Debian Sid fails. (https://www.linuxquestions.org/questions/linux-software-2/installing-adobe-air-on-amd64-debian-sid-fails-756259/)

The_Seraphim 09-18-2009 03:40 PM

Installing Adobe Air on AMD64 Debian Sid fails.
 
I am trying to install AIR on my 64 bit Sid box. I have the requisite 32 bit libraries

Code:

ia32-libs lib32nss-mdns lib32asound2 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32z1 libc6 libc6-i386 lib32nss-mdns libcanberra-gtk-module
and I followed the instructions on the Adobe website http://kb2.adobe.com/cps/408/kb408084.html to no avail. I get the following error(s).

Code:

debian:/home/jason# getlibs ./AdobeAIRInstaller.bin
This application isn't missing any dependencies
debian:/home/jason# getlibs -l libgnome-keyring.so
No match for libgnome-keyring.so
No packages to install
debian:/home/jason# getlibs -l libgnome-keyring.so.0
No match for libgnome-keyring.so.0
No packages to install
debian:/home/jason# getlibs -l libgnome-keyring.so.0.1
No match for libgnome-keyring.so.0.1
No packages to install
debian:/home/jason# getlibs -l libgnome-keyring.so.0.1.1
No match for libgnome-keyring.so.0.1.1
No packages to install
debian:/home/jason# ./AdobeAIRInstaller.bin
Error loading the runtime (libnss3.so: wrong ELF class: ELFCLASS64)

Has anyone else had this problem or know the solution. Thanks in advance.

milomak 04-25-2010 06:15 PM

Quote:

./AdobeAIRInstaller.bin
Error loading the runtime (libnss3.so: wrong ELF class: ELFCLASS64
The problem still persists

XavierP 04-25-2010 06:23 PM

http://planet.debian.net/cgi-bin/sea...?terms=symlink has an answer. When you land on the page, do a CTRL+F and type in nss. It should take you to the information.

milomak 04-25-2010 08:04 PM

That helped me to realise that the links in /usr/lib32 should (on my system) point to /usr/lib32/xulrunner/

this may have to do with the fact that i have manually installed the latest firefox (note not iceweasel).

so i had to link a number of files from the xulrunner directory to the lib32 directory.


All times are GMT -5. The time now is 11:18 PM.