  nixie21 Premium join:2004-08-19 Harrington Park, NJ
·ViaTalk
| Trouble installing scanner software..
What am I doing wrong? THANKS!!
[root@NONAME21 Desktop]# rpm -i iscan-2.10.0-1.c2.i386.rpm file /usr/share/locale/en@boldquot/LC_MESSAGES/iscan.mo from install of iscan-2.10.0-1.c2 conflicts with file from package sane-backends-1.0.18-8pclos2007 file /usr/share/locale/en@quot/LC_MESSAGES/iscan.mo from install of iscan-2.10.0-1.c2 conflicts with file from package sane-backends-1.0.18-8pclos2007 file /usr/lib/sane/libsane-epkowa.so.1.0.15 from install of iscan-2.10.0-1.c2 conflicts with file from package libsane1-1.0.18-8pclos2007 [root@NONAME21 Desktop]# rpm -i iscan-plugin-gt-f600-1.0.0-1.c2.i386.rpm error: Failed dependencies: iscan >= 1.18.0 is needed by iscan-plugin-gt-f600-1.0.0-1.c2.i386 |
|
  Cabal Premium join:2007-01-21 Boston, MA
| Where are you getting the iscan packages from? Are they specifically built for your distribution? You can end up with a lot of conflicts and broken packages if not, so be careful with package downloads. Is there functionality missing from the sane and other scanner-related packages included in your distribution (first and foremost, do they support your scanner)? Just some directions to start with. -- Interested in open source engine management for your Subaru? |
|
  No_Strings Premium,Mod join:2001-11-22 The OC
Host: Wireless Networking All Things Unix Cox HSI Qwest Efficient
| reply to nixie21 Does your distro include a package manager that resolves dependencies such as apt, YUM of YaST? If so, that simplifies things.
Even if you don't, the errors are telling you what's wrong. The first package you're trying to install is inappropriate (I'm guessing too new) for two other things associates with the base SANE package. The second package you're trying to install is dependent on the first.
Of course, there's always the compile from source option. |
|
  rolfp
join:2001-09-12 Oakland, CA
·Comcast
·EarthLink
| reply to nixie21 Looks like that's for a marginally-supported multifunction: »www.linuxprinting.org/show_print···s_CX8400
I don't have iscan in Mandriva; looks like you're running pclos, which derives from Mandriva, mostly. It's a proprietary package and Suse has some rpms, also: »rpmfind.net/linux/rpm2html/searc···=Search+...
You might try building from a Suse source rpm or using a Suse binary, in case they package files the same way as Mandriva/pclos.
You could try backing up those files, if you want, and replacing them with the proprietary package files, especially since you probably don't have much to lose. That's from my sane-backends. You can open the iscan-2.10.0-1.c2.i386.rpm in mc (midnight commander), drill down in CONTENTS.cpio to /usr/share/locale/... to see the file size of the conflicts. I copied it out and:
The one under en@quot/ is the same size, one byte different from the one on my disk.
rpm -i --replacefiles
I think I would try that. It's your call. |
|
  Happyrat Google Is Your Best Friend Premium join:2002-07-01 Disneyland
1 edit | reply to nixie21 One thing I noticed there was that you were trying to simultaneously install the OSS sane driver as well as the proprietary epkowa driver.
AFAIK those two packages are mutually exclusive. Either install one or the other but not both on the same machine...
[EDIT] Fixed totally screwed up advice.
It's SANE that's incompatible with epkowa and iscan.
Either run SANE and xsane and kooka or run epkowa with iscan.
You can't get both backends to co-exist on the same machine for the same scanner.
-- So... WHEN exactly does Hell freeze over anyway? »fuzzyrat.com |
|