Code: Select all
./Linux_Licensing_Daemon/lmgrd -c ./flexlm/License.dat -log /tmp/lmgrd.log
bash: ./Linux_Licensing_Daemon/lmgrd: /lib/ld-lsb.so.3: bad ELF interpreter: No such file or directoryhttps://forums.centos.org/viewforum.php?f=48#
Code: Select all
[mikko@localhost ~]$ file ./Linux_Licensing_Daemon/lmgrd
./Linux_Licensing_Daemon/lmgrd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
Code: Select all
[mikko@localhost ~]$ sudo yum -y install glibc.i686
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.mirror.far.fi
* extras: centos.mirror.far.fi
* updates: mirror.one.com
Package glibc-2.17-292.el7.i686 already installed and latest version
Nothing to do
[mikko@localhost ~]$ sudo yum -y install redhat-lsb
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.mirror.far.fi
* extras: centos.mirror.far.fi
* updates: mirror.one.com
Package redhat-lsb-4.1-27.el7.centos.1.x86_64 already installed and latest version
Nothing to do
Code: Select all
[mikko@localhost ~]$ ldd ./Linux_Licensing_Daemon/lmgrd
linux-gate.so.1 => (0xf771d000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf76e6000)
libm.so.6 => /lib/libm.so.6 (0xf76a4000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7689000)
libc.so.6 => /lib/libc.so.6 (0xf74be000)
libdl.so.2 => /lib/libdl.so.2 (0xf74b8000)
/lib/ld-lsb.so.3 => /lib/ld-linux.so.2 (0xf771e000)
Any hints highly appreciated.