ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » Perl MQSeries modul - test are failing

Post new topic  Reply to topic
 Perl MQSeries modul - test are failing « View previous topic :: View next topic » 
Author Message
birger.r
PostPosted: Wed Dec 01, 2010 9:06 am    Post subject: Perl MQSeries modul - test are failing Reply with quote

Novice

Joined: 22 Jun 2010
Posts: 10

Hi all,

I am trying to get the Perl module running on a 64bit RHEL 5.4, running WebSpehere MQ 7.0 with Server, Client and SDK installed. I am trying module version 1.31.

Everything is looking okay until I try to run make test, which is failing for various reasons, eg:
t/10constants.............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 36.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 36.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_SET" not allowed while "strict subs" in use at t/30basic.t line 41.
[...]

I already run make install even though it failed but (which is actually no surprise), I am getting an error:
/usr/bin/perl: symbol lookup error: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQCONNX
(The script I am using is working fine on other machines - with older MQ and Perl MQ versions.)

Any help is appreciated.

Birger.

Full Output of make test:
Code:

[mqm@cls0297 MQSeries-1.31]$ make test
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQClient'
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQClient'
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter'
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter'
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF'
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF'
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQServer'
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQServer'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/99-pod....ok
All tests successful.
Files=1, Tests=56,  0 wallclock secs ( 0.23 cusr +  0.00 csys =  0.23 CPU)
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQClient'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/10constants.............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/10constants.t line 22
Compilation failed in require at t/10constants.t line 22.
BEGIN failed--compilation aborted at t/10constants.t line 22.
t/10constants.............dubious
        Test returned status 2 (wstat 512, 0x200)
t/20convert...............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/20convert.t line 23
Compilation failed in require at t/20convert.t line 23.
BEGIN failed--compilation aborted at t/20convert.t line 23.
t/20convert...............dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-6
        Failed 6/6 tests, 0.00% okay
t/30basic.................
#   Failed test 'use MQClient::MQSeries;'
#   in t/30basic.t at line 14.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/30basic.t line 14.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 36.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 36.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_SET" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 42.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 50.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 50.
Bareword "MQIA_MAX_MSG_LENGTH" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCA_Q_NAME" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCA_CREATION_DATE" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCA_CREATION_TIME" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQIA_MAX_Q_DEPTH" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 64.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 64.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 72.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 72.
Bareword "MQRC_TRUNCATED_MSG_FAILED" not allowed while "strict subs" in use at t/30basic.t line 80.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 89.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 89.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 92.
Bareword "MQQA_GET_INHIBITED" not allowed while "strict subs" in use at t/30basic.t line 92.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 92.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 94.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 94.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 97.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 97.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 99.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 99.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 103.
Bareword "MQQA_GET_ALLOWED" not allowed while "strict subs" in use at t/30basic.t line 103.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 103.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 105.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 105.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 108.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 108.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 110.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 110.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/30basic.t line 113.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 115.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 115.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 118.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 128.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 128.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 131.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/30basic.t line 136.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 138.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 138.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 146.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 146.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/30basic.t line 149.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 151.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 151.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 156.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 156.
Execution of t/30basic.t aborted due to compilation errors.
# Looks like you planned 18 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/30basic.................dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-18
        Failed 18/18 tests, 0.00% okay
t/31properties............
#   Failed test 'use MQClient::MQSeries;'
#   in t/31properties.t at line 14.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/31properties.t line 14.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 38.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 38.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/31properties.t line 44.
Bareword "MQOT_Q_MGR" not allowed while "strict subs" in use at t/31properties.t line 45.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 47.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 47.
Bareword "MQIA_COMMAND_LEVEL" not allowed while "strict subs" in use at t/31properties.t line 53.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 55.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 55.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/31properties.t line 65.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 66.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 66.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/31properties.t line 68.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/31properties.t line 68.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/31properties.t line 69.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 76.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 76.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 77.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 77.
Bareword "MQTYPE_STRING" not allowed while "strict subs" in use at t/31properties.t line 82.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 85.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 85.
Bareword "MQTYPE_FLOAT32" not allowed while "strict subs" in use at t/31properties.t line 88.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 91.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 91.
Bareword "MQTYPE_INT16" not allowed while "strict subs" in use at t/31properties.t line 94.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 97.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 97.
Bareword "MQTYPE_FLOAT32" not allowed while "strict subs" in use at t/31properties.t line 100.
Bareword "MQIMPO_CONVERT_TYPE" not allowed while "strict subs" in use at t/31properties.t line 102.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 107.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 107.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 112.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 112.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 116.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 116.
Bareword "MQPMO_VERSION_3" not allowed while "strict subs" in use at t/31properties.t line 124.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 128.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 128.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 132.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 132.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 133.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 133.
Bareword "MQGMO_VERSION_4" not allowed while "strict subs" in use at t/31properties.t line 139.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 145.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 145.
Bareword "MQTYPE_INT32" not allowed while "strict subs" in use at t/31properties.t line 148.
Bareword "MQIMPO_CONVERT_TYPE" not allowed while "strict subs" in use at t/31properties.t line 150.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 155.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 155.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 160.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 160.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 164.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 164.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/31properties.t line 167.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 168.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 168.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 172.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 172.
Execution of t/31properties.t aborted due to compilation errors.
# Looks like you planned 22 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/31properties............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-22
        Failed 22/22 tests, 0.00% okay
t/32async_put.............
#   Failed test 'use MQClient::MQSeries;'
#   in t/32async_put.t at line 14.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/32async_put.t line 14.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 38.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 38.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/32async_put.t line 44.
Bareword "MQOT_Q_MGR" not allowed while "strict subs" in use at t/32async_put.t line 45.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 47.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 47.
Bareword "MQIA_COMMAND_LEVEL" not allowed while "strict subs" in use at t/32async_put.t line 53.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 56.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 56.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/32async_put.t line 66.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 67.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 67.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/32async_put.t line 69.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/32async_put.t line 69.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/32async_put.t line 69.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/32async_put.t line 70.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 77.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 77.
Bareword "MQPMO_ASYNC_RESPONSE" not allowed while "strict subs" in use at t/32async_put.t line 86.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 88.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 88.
Bareword "MQSTAT_TYPE_ASYNC_ERROR" not allowed while "strict subs" in use at t/32async_put.t line 100.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 101.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 101.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 122.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 122.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/32async_put.t line 127.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 128.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 128.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 132.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 132.
Execution of t/32async_put.t aborted due to compilation errors.
# Looks like you planned 25 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/32async_put.............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-25
        Failed 25/25 tests, 0.00% okay
t/40oo-qmgr...............
#   Failed test 'use MQClient::MQSeries;'
#   in t/40oo-qmgr.t at line 14.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/40oo-qmgr.t line 14.
t/40oo-qmgr...............NOK 1Deep recursion on subroutine "MQClient::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/lib/MQClient/MQSeries.pm line 4371.
t/40oo-qmgr...............ok 2/14Out of memory!
t/40oo-qmgr...............dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 3-14
        Failed 13/14 tests, 7.14% okay
t/50oo-command............
#   Failed test 'use MQClient::MQSeries;'
#   in t/50oo-command.t at line 14.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/50oo-command.t line 14.
t/50oo-command............ok 2/32Deep recursion on subroutine "MQClient::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/lib/MQClient/MQSeries.pm line 4371.
Out of memory!
t/50oo-command............dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 4-32
        Failed 30/32 tests, 6.25% okay
t/51oo-command-changes....
#   Failed test 'use MQClient::MQSeries;'
#   in t/51oo-command-changes.t at line 17.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/51oo-command-changes.t line 17.
t/51oo-command-changes....ok 3/102Deep recursion on subroutine "MQClient::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/lib/MQClient/MQSeries.pm line 4371.
Out of memory!
t/51oo-command-changes....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 4-102
        Failed 100/102 tests, 1.96% okay
t/52oo-command-filter.....
#   Failed test 'use MQClient::MQSeries;'
#   in t/52oo-command-filter.t at line 17.
#     Tried to use 'MQClient::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/52oo-command-filter.t line 17.
t/52oo-command-filter.....ok 2/86Deep recursion on subroutine "MQClient::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/lib/MQClient/MQSeries.pm line 4371.
Out of memory!
t/52oo-command-filter.....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 4-86
        Failed 84/86 tests, 2.33% okay
t/60-logs.................Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/60-logs.t line 19
Compilation failed in require at t/60-logs.t line 19.
BEGIN failed--compilation aborted at t/60-logs.t line 19.
t/60-logs.................dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/70-config...............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/70-config.t line 19
Compilation failed in require at t/70-config.t line 19.
BEGIN failed--compilation aborted at t/70-config.t line 19.
t/70-config...............dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test              Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/10constants.t             2   512    ??   ??       %  ??
t/20convert.t               2   512     6   11 183.33%  1-6
t/30basic.t               255 65280    18   35 194.44%  1-18
t/31properties.t          255 65280    22   43 195.45%  1-22
t/32async_put.t           255 65280    25   49 196.00%  1-25
t/40oo-qmgr.t               0    11    14   25 178.57%  1 3-14
t/50oo-command.t            0    11    32   59 184.38%  1 4-32
t/51oo-command-changes.t    0    11   102  199 195.10%  1 4-102
t/52oo-command-filter.t     0    11    86  167 194.19%  1 4-86
t/60-logs.t                 2   512     1    1 100.00%  1
t/70-config.t               2   512     1    1 100.00%  1
Failed 11/11 test scripts, 0.00% okay. 300/307 subtests failed, 2.28% okay.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQClient'
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/dlq....Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter/../blib/lib/MQSeries.pm line 76
Compilation failed in require at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter/../blib/lib/MQSeries.pm line 76.
BEGIN failed--compilation aborted at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter/../blib/lib/MQSeries.pm line 88.
Compilation failed in require at t/dlq.t line 24.
BEGIN failed--compilation aborted at t/dlq.t line 24.
t/dlq....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/dlq.t        2   512     1    1 100.00%  1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-DeadLetter'
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/pcf....Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries.pm line 76
Compilation failed in require at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries.pm line 76.
BEGIN failed--compilation aborted at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries.pm line 88.
Compilation failed in require at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries/Message.pm line 15.
BEGIN failed--compilation aborted at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries/Message.pm line 15.
Compilation failed in require at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries/Message/PCF.pm line 15.
BEGIN failed--compilation aborted at /opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF/../blib/lib/MQSeries/Message/PCF.pm line 15.
Compilation failed in require at t/pcf.t line 24.
BEGIN failed--compilation aborted at t/pcf.t line 24.
t/pcf....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-19
        Failed 19/19 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/pcf.t        2   512    19   37 194.74%  1-19
Failed 1/1 test scripts, 0.00% okay. 19/19 subtests failed, 0.00% okay.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQSeries-Message-PCF'
make[1]: Entering directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQServer'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/10constants.............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/10constants.t line 22
Compilation failed in require at t/10constants.t line 22.
BEGIN failed--compilation aborted at t/10constants.t line 22.
t/10constants.............dubious
        Test returned status 2 (wstat 512, 0x200)
t/20convert...............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/20convert.t line 23
Compilation failed in require at t/20convert.t line 23.
BEGIN failed--compilation aborted at t/20convert.t line 23.
t/20convert...............dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-6
        Failed 6/6 tests, 0.00% okay
t/30basic.................
#   Failed test 'use MQServer::MQSeries;'
#   in t/30basic.t at line 14.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/30basic.t line 14.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 36.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 36.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOO_SET" not allowed while "strict subs" in use at t/30basic.t line 41.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 42.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 50.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 50.
Bareword "MQIA_MAX_MSG_LENGTH" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCA_Q_NAME" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCA_CREATION_DATE" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCA_CREATION_TIME" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQIA_MAX_Q_DEPTH" not allowed while "strict subs" in use at t/30basic.t line 56.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 64.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 64.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 72.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 72.
Bareword "MQRC_TRUNCATED_MSG_FAILED" not allowed while "strict subs" in use at t/30basic.t line 80.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 89.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 89.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 92.
Bareword "MQQA_GET_INHIBITED" not allowed while "strict subs" in use at t/30basic.t line 92.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 92.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 94.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 94.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 97.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 97.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 99.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 99.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 103.
Bareword "MQQA_GET_ALLOWED" not allowed while "strict subs" in use at t/30basic.t line 103.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 103.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 105.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 105.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at t/30basic.t line 108.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at t/30basic.t line 108.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 110.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 110.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/30basic.t line 113.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 115.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 115.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 118.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 128.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 128.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 131.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/30basic.t line 136.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 138.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 138.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 146.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 146.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/30basic.t line 149.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 151.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 151.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/30basic.t line 156.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/30basic.t line 156.
Execution of t/30basic.t aborted due to compilation errors.
# Looks like you planned 18 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/30basic.................dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-18
        Failed 18/18 tests, 0.00% okay
t/31properties............
#   Failed test 'use MQServer::MQSeries;'
#   in t/31properties.t at line 14.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/31properties.t line 14.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 38.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 38.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/31properties.t line 44.
Bareword "MQOT_Q_MGR" not allowed while "strict subs" in use at t/31properties.t line 45.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 47.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 47.
Bareword "MQIA_COMMAND_LEVEL" not allowed while "strict subs" in use at t/31properties.t line 53.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 55.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 55.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/31properties.t line 65.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 66.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 66.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/31properties.t line 68.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/31properties.t line 68.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/31properties.t line 69.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 76.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 76.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 77.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 77.
Bareword "MQTYPE_STRING" not allowed while "strict subs" in use at t/31properties.t line 82.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 85.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 85.
Bareword "MQTYPE_FLOAT32" not allowed while "strict subs" in use at t/31properties.t line 88.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 91.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 91.
Bareword "MQTYPE_INT16" not allowed while "strict subs" in use at t/31properties.t line 94.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 97.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 97.
Bareword "MQTYPE_FLOAT32" not allowed while "strict subs" in use at t/31properties.t line 100.
Bareword "MQIMPO_CONVERT_TYPE" not allowed while "strict subs" in use at t/31properties.t line 102.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 107.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 107.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 112.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 112.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 116.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 116.
Bareword "MQPMO_VERSION_3" not allowed while "strict subs" in use at t/31properties.t line 124.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 128.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 128.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 132.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 132.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 133.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 133.
Bareword "MQGMO_VERSION_4" not allowed while "strict subs" in use at t/31properties.t line 139.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 145.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 145.
Bareword "MQTYPE_INT32" not allowed while "strict subs" in use at t/31properties.t line 148.
Bareword "MQIMPO_CONVERT_TYPE" not allowed while "strict subs" in use at t/31properties.t line 150.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 155.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 155.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 160.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 160.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 164.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 164.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/31properties.t line 167.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 168.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 168.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/31properties.t line 172.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/31properties.t line 172.
Execution of t/31properties.t aborted due to compilation errors.
# Looks like you planned 22 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/31properties............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-22
        Failed 22/22 tests, 0.00% okay
t/32async_put.............
#   Failed test 'use MQServer::MQSeries;'
#   in t/32async_put.t at line 14.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/32async_put.t line 14.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 38.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 38.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/32async_put.t line 44.
Bareword "MQOT_Q_MGR" not allowed while "strict subs" in use at t/32async_put.t line 45.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 47.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 47.
Bareword "MQIA_COMMAND_LEVEL" not allowed while "strict subs" in use at t/32async_put.t line 53.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 56.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 56.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/32async_put.t line 66.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 67.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 67.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at t/32async_put.t line 69.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at t/32async_put.t line 69.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use at t/32async_put.t line 69.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/32async_put.t line 70.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 77.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 77.
Bareword "MQPMO_ASYNC_RESPONSE" not allowed while "strict subs" in use at t/32async_put.t line 86.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 88.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 88.
Bareword "MQSTAT_TYPE_ASYNC_ERROR" not allowed while "strict subs" in use at t/32async_put.t line 100.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 101.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 101.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 122.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 122.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at t/32async_put.t line 127.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 128.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 128.
Bareword "MQCC_OK" not allowed while "strict subs" in use at t/32async_put.t line 132.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at t/32async_put.t line 132.
Execution of t/32async_put.t aborted due to compilation errors.
# Looks like you planned 25 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/32async_put.............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-25
        Failed 25/25 tests, 0.00% okay
t/40oo-qmgr...............
#   Failed test 'use MQServer::MQSeries;'
#   in t/40oo-qmgr.t at line 14.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/40oo-qmgr.t line 14.
t/40oo-qmgr...............ok 2/14Deep recursion on subroutine "MQServer::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/lib/MQServer/MQSeries.pm line 4371.
Out of memory!
t/40oo-qmgr...............dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 3-14
        Failed 13/14 tests, 7.14% okay
t/50oo-command............
#   Failed test 'use MQServer::MQSeries;'
#   in t/50oo-command.t at line 14.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/50oo-command.t line 14.
t/50oo-command............ok 2/32Deep recursion on subroutine "MQServer::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/lib/MQServer/MQSeries.pm line 4371.
Out of memory!
t/50oo-command............dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 4-32
        Failed 30/32 tests, 6.25% okay
t/51oo-command-changes....
#   Failed test 'use MQServer::MQSeries;'
#   in t/51oo-command-changes.t at line 17.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/51oo-command-changes.t line 17.
t/51oo-command-changes....ok 2/102Deep recursion on subroutine "MQServer::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/lib/MQServer/MQSeries.pm line 4371.
Out of memory!
t/51oo-command-changes....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 4-102
        Failed 100/102 tests, 1.96% okay
t/52oo-command-filter.....
#   Failed test 'use MQServer::MQSeries;'
#   in t/52oo-command-filter.t at line 17.
#     Tried to use 'MQServer::MQSeries'.
#     Error:  Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/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 t/52oo-command-filter.t line 17.
t/52oo-command-filter.....ok 2/86Deep recursion on subroutine "MQServer::MQSeries::AUTOLOAD" at /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/lib/MQServer/MQSeries.pm line 4371.
Out of memory!
t/52oo-command-filter.....dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1, 4-86
        Failed 84/86 tests, 2.33% okay
t/60-logs.................Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/60-logs.t line 19
Compilation failed in require at t/60-logs.t line 19.
BEGIN failed--compilation aborted at t/60-logs.t line 19.
t/60-logs.................dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/70-config...............Can't load '/opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so' for module MQServer::MQSeries: /opt/PTextAdapter/modules/MQSeries-1.31/MQServer/../blib/arch/auto/MQServer/MQSeries/MQSeries.so: undefined symbol: MQBEGIN at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at t/70-config.t line 19
Compilation failed in require at t/70-config.t line 19.
BEGIN failed--compilation aborted at t/70-config.t line 19.
t/70-config...............dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test              Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/10constants.t             2   512    ??   ??       %  ??
t/20convert.t               2   512     6   11 183.33%  1-6
t/30basic.t               255 65280    18   35 194.44%  1-18
t/31properties.t          255 65280    22   43 195.45%  1-22
t/32async_put.t           255 65280    25   49 196.00%  1-25
t/40oo-qmgr.t               0    11    14   25 178.57%  1 3-14
t/50oo-command.t            0    11    32   59 184.38%  1 4-32
t/51oo-command-changes.t    0    11   102  199 195.10%  1 4-102
t/52oo-command-filter.t     0    11    86  167 194.19%  1 4-86
t/60-logs.t                 2   512     1    1 100.00%  1
t/70-config.t               2   512     1    1 100.00%  1
Failed 11/11 test scripts, 0.00% okay. 300/307 subtests failed, 2.28% okay.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/opt/PTextAdapter/modules/MQSeries-1.31/MQServer'
[mqm@cls0297 MQSeries-1.31]$
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Dec 01, 2010 9:13 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Hrm... you do have the client feature installed...

I wonder if the XS bindings are 64-bit aware...

the undefined symbol error suggests that the compilation of the perl binding didn't work successfully...

I'd run make clean and then rerun the make...

Also, you might update to a newer level of Perl. 5.8 is kind of old.
Back to top
View user's profile Send private message
SAFraser
PostPosted: Wed Dec 01, 2010 2:15 pm    Post subject: Reply with quote

Shaman

Joined: 22 Oct 2003
Posts: 742
Location: Austin, Texas, USA

We installed the Perl module on Solaris 9 a few years ago. We had several issues. We found that the author of the Perl module was very helpful and responded to our questions thoroughly.

Once we successfully completed the installation, the application ran flawlessly and became one of our best performers.
Back to top
View user's profile Send private message
birger.r
PostPosted: Wed Dec 01, 2010 11:55 pm    Post subject: Reply with quote

Novice

Joined: 22 Jun 2010
Posts: 10

I just wrote to the developer, let's see whether they can help.

@mqjeff:
I tried to build it several times now with no success...

I checked the readme and it says 5.8 should be okay, but I'll take that into consideration.

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Perl MQSeries modul - test are failing
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.