I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-08-25 20:27:23-07 by philipl in response to 11361
Re: Help with TK debugger
Hi John, I get the feeling that the problem I am experiencing is due to an improper install of the "Tk" package. I have narrowed the problem to libpng.a I get the following error messages when I simply try to: [CI ,prod, D_CI_DEV_SS]#> perl -MTk::PNG -e '' Can't load '/usr/opt/perl5/lib64/site_perl/5.8.2/aix-thread-multi-64all/auto/Tk/PNG/PNG.so' for module Tk::PNG: 0509-022 Cannot load module /usr/opt/perl5/lib64/site_perl/5.8.2/aix-thread-multi-64all/auto/Tk/PNG/PNG.so. 0509-150 Dependent module libpng/libpng.a(libpng.so.3) could not be loaded. 0509-022 Cannot load module libpng/libpng.a(libpng.so.3). 0509-026 System error: A file or directory in the path name does not exist. 0509-022 Cannot load module /usr/opt/perl5/lib64/site_perl/5.8.2/aix-thread-multi-64all/auto/Tk/PNG/PNG.so. 0509-150 Dependent module /usr/opt/perl5/lib64/site_perl/5.8.2/aix-thread-multi-64all/auto/Tk/PNG/PNG.so could not be loaded. at /usr/opt/perl5/lib64/5.8.2/aix-thread-multi-64all/DynaLoader.pm line 229. at -e line 0 Compilation failed in require. BEGIN failed--compilation aborted. Any idea what can be wrong? My LIBPATH environment variable is correct. Any help will be appreciated. Regards, Phil
Direct Responses: 11385 | Write a response