Hi,

I have installed Event-0.69 and Event-tcp-0.13 on a RH6.1 Linux system
using a threading version of Perl. I have had a problem running the test
that comes with Event-tcp-0.13.  It starts, prints the lines appended to
this mail and then hangs until it is killed.

Any help you can give me getting the test working or in providing other
examples using Event-tcp would be appreciated.

Thanks,
Rob

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[lynx:Event-tcp-0.13] make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.00503/i686-linux-thread -I/usr/lib/perl5/5.00503 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/join..............Autoloading with Event->tcplisten(...) is deprecated;
        please 'use Event::type qw(tcplisten);' explicitly at t/join.t
line 31
Autoloading with Event->tcpsession(...) is deprecated;
        please 'use Event::type qw(tcpsession);' explicitly at t/join.t
line 52
Event: can't start 'client' without io callback at
/usr/lib/perl5/site_perl/5.005/i686-linux-thread/Event/Watcher.pm line 21
Autoloading with Event->tcpsession(...) is deprecated;
        please 'use Event::type qw(tcpsession);' explicitly at t/join.t
line 29
Event: trapped error in '?? join.t:31': Event: can't start 'server'
without io callback at
/usr/lib/perl5/site_perl/5.005/i686-linux-thread/Event/Watcher.pm line 21




Reply via email to