Linux command Line Centos

When I try to run PVRTexToolCLI on my vps Centos display



VRTexToolCLI: /lib/libc.so.6: version `GLIBC_2.7’ not found (required by PVRTexToolCLI)



This happend with 32 and 64 bits version.



How can solve this issue, thanks

Hi,



The error suggests that your glibc version isn’t high enough to run the tool. You can use the Unix ‘ldd’ command to query the dynamic library dependencies of the binary.



You should be able to update your glibc version through your package manager (apt, yum etc).



Thanks,

Joe