On Sat, 11 May 2013 16:05:35 -0400 Stephen Harris lists@spuddy.org wrote:
# ./lexmark-inkjet-08-driver-1.0-1.i386.rpm.sh
CPU Arch: x86_64 Warning: No installer for "x86_64" found, defaulting to x86...
./startupinstaller.sh: bin/linux/x86/libc.so.6/lzma-decode: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Your system is pure 64bit; no 32bit routines installed. You're trying to install a 32bit piece of software.
You probably need to install glibc.i686 or determine if there's a x86_64 version of the package you're trying to install.
I installed the glibc.i686 rpm which fixed some of the errors. Now I get this:
# ./lexmark-inkjet-08-driver-1.0-1.i386.rpm.sh Verifying archive integrity... All good. Uncompressing nixstaller............................................................... Collecting info for this system... Operating system: linux CPU Arch: x86_64 Warning: No installer for "x86_64" found, defaulting to x86... Error: Couldn't find any suitable frontend for your system
From looking at the installer script, a suitable frontend appears to be gtk, fltk or ncurs.
Is it OK to have both the x86_64 and i686 versions of any of these installed?
Thanks, Steve