I have a problem with the Tkx package. I use Perl 5.14.2 on CentOS, and I know that this version of Perl basically contains the Tkx package. When I try to get the version of Tkx (with the following code snipet)
perl -MTkx -e 'print Tkx::info("patchlevel");'
And I get the following error message:
couldn't load file "/tmp/tclpWVq4S": libXss.so.1: cannot open shared object file:
No such file or directory at -e line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.
I searched for a sollution but I didn't find answer for it. Can anyone tell me what's going on here?