Aug 3, 2016

SOLVED: Java 32bit error on 64bit CentOS :: ld-linux.so.2 libmawt.so libXtst.so.6

Attempts to run 32bit Java on a 64bit system, the following errors would display:

/XXXXXXX/runtime/LNX86/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Exception in thread "main" java.lang.UnsatisfiedLinkError: /XXXXXXXX/runtime/LNX86/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

To fix, install the following (tested on CentOS7):

sudo yum install glibc.i686
sudo yum install libXext.i686
sudo yum install  libXrender.i686
sudo yum install  libXtst.i686

Now you should be able to run the Java application.

2 comments:

  1. csh

    5280@unbuntu14

    set CDS_LIC_FILE 5280@ubuntu14

    ReplyDelete
  2. libGLU.so.1
    libelf.so.1

    libudev.so.1
    libudev.so.0
    i965_dri.so
    i965
    swrast_dri.so
    swrast

    driver

    systemd-libs-219-19.el7_2.12.i686
    systemd-libs-219-19.el7.x86_64

    cd /home/designer/cadence/installs/SPB166/tools.lnx86/pcb/bin
    source cshrc

    yum update

    cd /lib/x86_xxxxxxx/
    sudo ln -sf libudev.so.1 libudev.so.0



    ERROR:

    Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
    Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
    Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
    Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
    Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
    libGL error: unable to load driver: i965_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: i965
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast

    forum.softmaker.com/viewtopic.php?t=14841
    install mesa-dri-drivers.i686 systemd-libs.i686



    productServer Error: unable to export functions
    MPS ERROR: mpsRegInterestId_A:could not connect with cdsMsgServer on host localhost.localdomain



    csh
    cd /home/designer/cadence/installs/SPB166/tools.lnx86/pcb/bin
    source cshrc
    concepthdl

    ReplyDelete