iotex-core
iotex-core copied to clipboard
ioctl ubuntu install cannot run by default (missing lib)
ioctl: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ioctl)
ioctl: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ioctl)
linux version
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal
@guo I tried to make ioctl and print shared object dependencies by ldd
command.
the ioctl
can run successfully on my machine. I suspect that this error might be due to your OS missing the required shared libraries.