I found part of the solution for the error
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol __rawmemchr, 
version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference

I renamed the file /lib/libnss_files.so.2 like so:
cd /lib
mv libnss_files.so.2 libnss_files.so.2-64bit

and created a link to the 32-bit version:
cd /lib
ln -s ../lib32/libnss_files.so.2 .

Now I don't have a problem running the Samsung scanner.

I'm guessing I will have problems now with other programs that do require the 
64-bit version of libnss_files.so.2
So probably someone can come up with a solution to simply use the 32bit version 
for /lib32 without remove the 64-bit version.

Please let us know!

-- 
netdiscovery: relocation error & segfault
https://bugs.launchpad.net/bugs/576531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to