iotex-core icon indicating copy to clipboard operation
iotex-core copied to clipboard

ioctl ubuntu install cannot run by default (missing lib)

Open guo opened this issue 1 year ago • 1 comments

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 avatar Jan 23 '24 09:01 guo

@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.

Screenshot 2024-01-25 at 06 09 19

saitofun avatar Jan 24 '24 22:01 saitofun