|
Here is the relevant part of 'make test' Please help!
Looks like one of the tests is failing (something about MQBEGIN) and then it just hangs.
Execution of t/32async_put.t aborted due to compilation errors.
# Looks like you planned 25 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/32async_put.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 25/25 subtests
t/40oo-qmgr.t ............. 1/14
# Failed test 'use MQClient::MQSeries;'
# at t/40oo-qmgr.t line 14.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load '/root/.cpan/build/MQSeries-1.31-xnPr73/MQClient/../blib/arch/auto/MQClien
+t/MQSeries/MQSeries.so' for module MQClient::MQSeries: /root/.cpan/build/MQSeries-1.31-xnPr73/MQCl
+ient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl
+5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Deep recursion on subroutine "MQClient::MQSeries::AUTOLOAD" at /root/.cpan/build/MQSeries-1.31-xnPr
+73/MQClient/../blib/lib/MQClient/MQSeries.pm line 4370.
make[1]: *** [test_dynamic] Interrupt
make: *** [subdirs-test] Interrupt
|