Libc.so.6 errors
-
Hello everyone!!
Ive resintalled my system cuz I was getting like 100 hashes less on xubuntu than with debian… so I went with debian 7. Surprise, same paths, same scripts, same cgminer versions and im getting:
./cgminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15’ not found (required by ./cgminer)
./cgminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14’ not found (required by ./cgminer)Also tried with cgminer 3.3.0 with no luck…
Im guessing that cgminer 3 was compiled with an older version than the one that debian 7 carries… and way around?
thanks
-
Well looking in to the package I found that:
Provides:
2.13-38 - glibc-2.13-1So Im guessing I should go testing not stable.
-
Yup that did the trick… went with Debian Jessie tahta comes with GLIB 2.17 and cgminer now works… But im still not gettin the 630kh/s I used to… only 550. Will look into that.
-
You sure it was OS based and not just a cgminer setting issue as far as getting a lower hashrate?
-
ive had a similar problem with complaining about libc.so.0 missing.
which made the cgminer not wanting to startjust created a link from with: sudo ln libc.so.1 libc.so.0
and everything worked like a charm.