RE: Errors when doing 'use Tk::ExecuteCommand'

<[email protected]> Mon, 20 Nov 2006 08:11:06 +0100
Newsgroups gmane.comp.lang.perl.tk
Message-ID <5A2C73EEAC2539458E55C514A51DCC5D027CBB62@mucse304.eu.infineon.com>
What happens when you run
	<your-path-to-perl>/perl -MProc::ProcessTable -e 1
Does this module load OK?
Proc::ProcessTable has some compiled parts in it, are you
sure its entire build process
	perl Makefile.PL
	make
	make test
	make install
was OK?

HTH,

Marek


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Ray Gebbie
Sent: Saturday, November 18, 2006 1:40 AM
To: [email protected]
Subject: Errors when doing 'use Tk::ExecuteCommand'


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
--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk