SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.08k stars 128 forks source link

GLIBC_2.33 #204

Closed Masterbob79 closed 2 years ago

Masterbob79 commented 2 years ago

hello I am using bullseye on a rock64. I am getting this error after upgrade. any idea how to fix it?

./p2pool: /lib/aarch64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by ./p2pool) ./p2pool: /lib/aarch64-linux-gnu/libc.so.6: versionGLIBC_2.32' not found (required by ./p2pool) ./p2pool: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./p2pool)

SChernykh commented 2 years ago

It's probably because I used Ubuntu 22 to compile p2pool v2.3 for aarch64. You can use the previous release for now, or you can compile it yourself - it's not hard.

Masterbob79 commented 2 years ago

thank you. I will work on it this weekend

SChernykh commented 2 years ago

This should be fixed in https://github.com/SChernykh/p2pool/releases/tag/v2.4

Masterbob79 commented 2 years ago

thank you, but i compiled it. your right it was easy