Errors when doing 'use Tk::ExecuteCommand'

Ray Gebbie <[email protected]> Fri, 17 Nov 2006 16:40:23 -0800
Newsgroups gmane.comp.lang.perl.tk
Message-ID <OF56DBFDBB.C40A596A-ON8525722A.0002EF6F-8825722A.0003B28A@FDS.com>
I get the following error when my script starts up:

Proc::ProcessTable missing, can't kill sub-children. at
/usr/local/lib/perl5/site_perl/5.8.8/aix/Proc/Killfam.pm line 19.
 at /usr/local/lib/perl5/site_perl/5.8.8/aix/Proc/Killfam.pm line 19
        Proc::Killfam::BEGIN() called at
/usr/local/lib/perl5/site_perl/5.8.8/aix/Proc/Killfam.pm line 21
        eval {...} called at /usr/local/lib/perl5/site_perl/5.8.8
/aix/Proc/Killfam.pm line 21
        require Proc/Killfam.pm called at
/usr/local/lib/perl5/site_perl/5.8.8/Tk/ExecuteCommand.pm line 6
        Tk::ExecuteCommand::BEGIN() called at
/usr/local/lib/perl5/site_perl/5.8.8/aix/Proc/Killfam.pm line 21
        eval {...} called at /usr/local/lib/perl5/site_perl/5.8.8
/aix/Proc/Killfam.pm line 21
        require Tk/ExecuteCommand.pm called at
/home/release/scripts/newpromote.pl line 4
        main::BEGIN() called at /usr/local/lib/perl5/site_perl/5.8.8
/aix/Proc/Killfam.pm line 21
        eval {...} called at /usr/local/lib/perl5/site_perl/5.8.8
/aix/Proc/Killfam.pm line 21

The start of my script is:

   #!/usr/bin/perl
   use Tk;
   use Tk::ExecuteCommand;
   use Proc::ProcessTable;
   use Tk::MiniCalendar;
   use Tk::LabFrame;
   use Tk::FBox;
   use Tk::LabEntry;

I am running on AIX 5.3 using perl version 5.8.8.  I added the following
modules with no errors reported:

Proc-ProcessTable-0.41
Tk-ExecuteCommand-1.6

I seem to be able to ignore the error and continue to run the script.  But
I would like to not have these errors show up.

Anybody know what is happening?

Ray Gebbie
Federated Systems Group
San Francisco, CA 94102
415-422-1662

--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk