/lib64/libc.so.6: version `GLIBC_2.14' not found

前端 未结 4 1965
挽巷
挽巷 2020-12-15 10:51

I am facing the following error regarding glibc.

./simulator: /lib64/libc.so.6: version `GLIBC_2.14\' not found (required by ./simulator)

I

4条回答
  •  死守一世寂寞
    2020-12-15 11:39

    I was getting the same kind of error in Debian when was generating build using pyinstaller in ubuntu. I resolved this error by generating build in centos7. Build working fine.

提交回复
热议问题