On Sun, 12 May 2013 01:35:22 +0200 Ljubomir Ljubojevic centos@plnet.rs wrote:
On 05/12/2013 12:23 AM, Steve Blackwell wrote:
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?
Mostly only i686/i386 libraries are needed for 32-bit software to run on 64-bit system.
But first please give me exact product number of the printer. Is it X2610, X2650, X2695? It is very important to see it that driver is going to work for you.
It's an X2670. I had it working under Fedora 12 on a 32bit system.
Steve