Comment 8 for bug 576531

Revision history for this message
Rutger Hendriks (rutgerhendriks) wrote :

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!