WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bug in v5.4 xsane is linked to libtiff.so.3  (Read 1536 times)

Offline jim

  • Newbie
  • *
  • Posts: 15
bug in v5.4 xsane is linked to libtiff.so.3
« on: October 26, 2014, 01:32:55 PM »
Xsane is linked to libtiff.so.3 currently libtiff.tcz has libtiff.so.5.2.0 libtiff.so.5 libtiff.so
Currently I am just adding a symlink from libtiff.so -> libtiff.so.3 even though it is version 5.2 allowing xsane to startup.
It appears that it was last updated in 2009?
I don't know how well the libtiff missmatch will work though, I use png format for my scans
Since I have an elderly epson parallel port scanner I currently must run it as root or it fails to access epson:0x378 is there some way to make runnable as user tc?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: bug in v5.4 xsane is linked to libtiff.so.3
« Reply #1 on: October 26, 2014, 06:32:12 PM »
Hi jim
Xsane used to depend on  grahics-libs-1.tcz   which provided  libtiff.so.3  when it was in TC4.x. There's a little more info here:
http://forum.tinycorelinux.net/index.php/topic,15906.msg98073.html#msg98073

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14551
Re: bug in v5.4 xsane is linked to libtiff.so.3
« Reply #2 on: October 26, 2014, 11:23:41 PM »
it is not xsane that is linked to tiff, but sane-backends:
Code: [Select]
$ ldd /usr/local/lib/libsane.so | grep tiff
        libtiff.so.3 => not found