Public bug reported:
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...
r...@yourlinuxbox:/usr/lib# ln -s libhpmud.so.0.0.4 libhpmud.so
Scanning now works like charm...
Cheers Dyna
** Affects: hplip (Ubuntu)
Importance: Undecided
Status: New
--
sane based hplib dll backend scanning broken
https://bugs.launchpad.net/bugs/380322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs