GLIBC_2.34 not found
xx@yy:/usr/local/toy_redis_to_posgres$ ./toy_redis_to_postgres
./toy_redis_to_postgres: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./toy_redis_to_postgres)
./toy_redis_to_postgres: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./toy_redis_to_postgres)
Redis data를 Postgres로 복제하는 프로그램을 하나 만들어 설치를 하는데, glibc관련 오류를 보인다.
막연하게 goLang을 컴파일되는 python이라고 생각했더니, 그건 또 아닌거 같다.
glibc를 설치하려다 생각 해 보니. 그냥 goLang을 설치하고 build하는 것이 더 자연스러워 보인다.
Enjoy Reading This Article?
Here are some more articles you might like to read next: