W
wm.m.thompson
Hello forum. Total newbie here. When I type "adb devices" from the terminal command line in Red Hat Linux, I get this:
adb: /lib/lib.so.6: version GLIBC_2.7 not found (required by adb)
So, I figure the first thing I need to do is to see if I really do not have glibc. If I do, I suppose I will have to make sure the path points to it. If I do not have it, find where I can get it and this version of it?
Doesn't the following command look for this?
find / -name glibc
If so, I do not think I have glibc. So where do I get it?
Continue reading...
adb: /lib/lib.so.6: version GLIBC_2.7 not found (required by adb)
So, I figure the first thing I need to do is to see if I really do not have glibc. If I do, I suppose I will have to make sure the path points to it. If I do not have it, find where I can get it and this version of it?
Doesn't the following command look for this?
find / -name glibc
If so, I do not think I have glibc. So where do I get it?
Continue reading...