We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: hplip (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/380322

Title:
  sane based hplib dll backend scanning broken

Status in hplip package in Ubuntu:
  Invalid

Bug description:
  Looks like there been a few reports before about similar stuff: here
  is the fix..

  Problem sane trying to load libhpmud.so

  open("/lib/tls/i686/cmov/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/lib/tls/i686/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/lib/tls/libhpmud.so", O_RDONLY)  = -1 ENOENT (No such file or 
directory)
  open("/lib/i686/cmov/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/lib/i686/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/lib/libhpmud.so", O_RDONLY)      = -1 ENOENT (No such file or 
directory)
  open("/usr/lib/tls/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/usr/lib/i686/cmov/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/usr/lib/i686/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/usr/lib/sse2/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  open("/usr/lib/libhpmud.so", O_RDONLY)  = -1 ENOENT (No such file or 
directory)
  open("/lib/i486-linux-gnu/libhpmud.so", O_RDONLY) = -1 ENOENT (No such file 
or directory)
  open("/usr/lib/i486-linux-gnu/libhpmud.so", O_RDONLY) = -1 ENOENT (No such 
file or directory)

  
  Package hplip only has 
  /usr/lib/libhpmud.so.0.0.4 and the link
  /usr/lib/libhpmud.so.0

  I know ldconf should take car of this but it doesn't (wrong coding of library 
creation)
  Hence the following is needed...
  root@yourlinuxbox:/usr/lib# ln -s libhpmud.so.0.0.4 libhpmud.so

  Scanning now works like charm...

  Cheers Dyna

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/380322/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to