libgtk-x11-2.0.so.0:i386 not available on Ubuntu 13.10 64 bit; troubles with Adobe Air

Athan Clark

I've been trying to install Adobe Air on my 64 bit Ubuntu machine. The first thing I tried was to follow this tutorial that symlinks the missing libraries, but it is under the impression that HAL was still available, so I then had to follow this guide to get HAL working. Now my issue is that when I try to run ./AdobeAIRInstaller.bin, it tells me that it can't find libgtk-x11-2.0.so.0 because of 13.10's folder structure (libraries aren't simply in /usr/lib anymore, they're sub-foldered by build). I then tried to make a symlink from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 to /usr/lib/libgtk-x11-2.0.so.0, but lo and behold, we need it to be a 32 bit library, says the linker:

/tmp/air.RYKQLa/setup: error while loading shared libraries: libgtk-x11-2.0.so.0: wrong ELF class: ELFCLASS64

I can't seem to find the package libgtk-x11 in Synaptic, and sudo apt-get install libgtk2.0-0:i386 didn't get the right library. Is there a way around this or a way to get libgtk-x11-2:i386? Thank you in advance!

Richard

Since you said libgtk-x11-2:i386 is installed (via apt, which doesn't lie, usually), you should symlink to /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0:

cd /usr/lib
rm ./libgtk-x11-2.0.so.0
ln -s /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

libgtk-x11-2.0.so.0:i386 not available on Ubuntu 13.10 64 bit; troubles with Adobe Air

From Dev

(Ubuntu 15.10 64bit) Missing :i386 dependencies libglib2 and libgtk2

From Dev

Installing libgtk-x11-2.0.so.0 in Ubuntu 15.04

From Dev

libpangox-1.0.so.0:i386 for Ubuntu

From Dev

missing libgtk-x11-2.0.so.0 in 18.04

From Dev

Troubles with libpng12.so.0 - no version information available?

From Dev

Ubuntu 14.04.3 libsdl2-2.0-0:i386 wants to downgrade xorg

From Dev

error libgtk-3.so.0 not installed even though it's in /usr/lib/x86_64-linux-gnu

From Dev

Ubuntu 18.04 LTS refuses to install on a 64-bit Dell with 3 GHz Intel 64-bit Core 2 Quad CPU it says is "i386"

From Dev

Ubuntu 14.10 x64 and i386

From Dev

error while loading shared libraries: libgtk-x11-2.0.so.0:

From Dev

veracrypt: error while loading shared libraries: libgtk-x11-2.0.so.0

From Dev

Gparted - error while loading shared libraries: libgtk-x11-2.0.so.0

From Dev

How to remove all i386 packages from Ubuntu 64bit?

From Dev

missing dependencies for qtdeclarative-dev:i386 on Ubuntu 64 bit 14.04.3

From Dev

Incompatible versions of libsqlite3-0 (i386 and amd64) block each other

From Dev

What determines if a 32-bit library built on a 64-bit machine needs x86_64 or i386 dependencies?

From Dev

How can I find out which package is triggering the installation of i386 libraries when using Ubuntu 64bit?

From Dev

Package varnish requires: libpcre.so.0()(64bit)

From Dev

error while loading shared libraries: libgtk-3.so.0

From Dev

How to install lib1394 i386 (32bit) version on ubuntu 11.10 amd64

From Dev

Can not install libltdl-dev:i386 on ubuntu 14.04.1 x64

From Dev

Complications of having architecture i386 in 64 bit system?

From Dev

How to run javaws from 32 bit 'jdk-1_5_0_06-linux-i586.bin' on Ubuntu 18.04 64 bit?

From Dev

Can't run ELF 32-bit on x86_x64 server even after adding i386

From Dev

Ubuntu: AMD64 vs i386?

From Dev

Windows 10 Pro 64 bit version 1607 fails to install KB3176938 with 0x800F0922

From Dev

Using interrupt 0x80 on 64-bit Linux

From Dev

How to install Klok 2 time management software on Adobe AIR with Ubuntu

Related Related

  1. 1

    libgtk-x11-2.0.so.0:i386 not available on Ubuntu 13.10 64 bit; troubles with Adobe Air

  2. 2

    (Ubuntu 15.10 64bit) Missing :i386 dependencies libglib2 and libgtk2

  3. 3

    Installing libgtk-x11-2.0.so.0 in Ubuntu 15.04

  4. 4

    libpangox-1.0.so.0:i386 for Ubuntu

  5. 5

    missing libgtk-x11-2.0.so.0 in 18.04

  6. 6

    Troubles with libpng12.so.0 - no version information available?

  7. 7

    Ubuntu 14.04.3 libsdl2-2.0-0:i386 wants to downgrade xorg

  8. 8

    error libgtk-3.so.0 not installed even though it's in /usr/lib/x86_64-linux-gnu

  9. 9

    Ubuntu 18.04 LTS refuses to install on a 64-bit Dell with 3 GHz Intel 64-bit Core 2 Quad CPU it says is "i386"

  10. 10

    Ubuntu 14.10 x64 and i386

  11. 11

    error while loading shared libraries: libgtk-x11-2.0.so.0:

  12. 12

    veracrypt: error while loading shared libraries: libgtk-x11-2.0.so.0

  13. 13

    Gparted - error while loading shared libraries: libgtk-x11-2.0.so.0

  14. 14

    How to remove all i386 packages from Ubuntu 64bit?

  15. 15

    missing dependencies for qtdeclarative-dev:i386 on Ubuntu 64 bit 14.04.3

  16. 16

    Incompatible versions of libsqlite3-0 (i386 and amd64) block each other

  17. 17

    What determines if a 32-bit library built on a 64-bit machine needs x86_64 or i386 dependencies?

  18. 18

    How can I find out which package is triggering the installation of i386 libraries when using Ubuntu 64bit?

  19. 19

    Package varnish requires: libpcre.so.0()(64bit)

  20. 20

    error while loading shared libraries: libgtk-3.so.0

  21. 21

    How to install lib1394 i386 (32bit) version on ubuntu 11.10 amd64

  22. 22

    Can not install libltdl-dev:i386 on ubuntu 14.04.1 x64

  23. 23

    Complications of having architecture i386 in 64 bit system?

  24. 24

    How to run javaws from 32 bit 'jdk-1_5_0_06-linux-i586.bin' on Ubuntu 18.04 64 bit?

  25. 25

    Can't run ELF 32-bit on x86_x64 server even after adding i386

  26. 26

    Ubuntu: AMD64 vs i386?

  27. 27

    Windows 10 Pro 64 bit version 1607 fails to install KB3176938 with 0x800F0922

  28. 28

    Using interrupt 0x80 on 64-bit Linux

  29. 29

    How to install Klok 2 time management software on Adobe AIR with Ubuntu

HotTag

Archive