Perl error when using Tkx package -
i have problem tkx package. use perl 5.14.2 on centos, , know version of perl contains tkx package. when try version of tkx (with following code snipet)
perl -mtkx -e 'print tkx::info("patchlevel");'
and following error message:
couldn't load file "/tmp/tclpwvq4s": libxss.so.1: cannot open shared object file: no such file or directory @ -e line 0. compilation failed in require. begin failed--compilation aborted.
i searched sollution didn't find answer it. can tell me what's going on here?
Comments
Post a Comment