| Posted on 2012-07-14 11:27:37.138624-07 by kk |
| MQSeries install RHEL 64bit cant load MQSeries.so |
|
All
Trying to install latest MQSeries.pm manually by using tar file
MQSeries-1.33.tar.gz on RHEL 5.8 - 64 bit.
The purpose is am not going to run MQ services on this server
,but this server is opsview slave server and want to monitor MQ.
Also tried using CPAN and getting the below same errors during make test.
uname -a
Linux servername 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012
x86_64 x86_64 x86_64 GNU/Linux
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.8 (Tikanga)
perl --version
This is perl, v5.8.8 built for x86_64-linux-thread-multi
Copyright 1987-2006, Larry Wall
For this installed these prerequisites 32-bit packages:
MQSeriesRuntime-6.0.0-0-(i386)
MQSeriesSDK-6.0.0-0-(i386)
MQSeriesClient-6.0.0-0-(i386)
Then tried
perl Makefile.PL -OK (PASS)
make - OK (PASS)
make test - here it fails with the below given errors
make install
Though make test failed,ran make install but when trying to run the
perl monitoring check getting this error
/usr/bin/perl: symbol lookup error:
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/MQClient/MQSeries/MQSeries.so:
undefined symbol: MQCONNX
Please advise ASAP
Thx in Advance
===================================================================================
[root@servername MQSeries-1.33]# make test TEST_VERBOSE=1
make[1]: Entering directory `/root/pm/MQSeries-1.33/MQClient'
make[1]: Leaving directory `/root/pm/MQSeries-1.33/MQClient'
make[1]: Entering directory `/root/pm/MQSeries-1.33/MQSeries-Message-DeadLetter'
make[1]: Leaving directory `/root/pm/MQSeries-1.33/MQSeries-Message-DeadLetter'
make[1]: Entering directory `/root/pm/MQSeries-1.33/MQSeries-Message-PCF'
make[1]: Leaving directory `/root/pm/MQSeries-1.33/MQSeries-Message-PCF'
make[1]: Entering directory `/root/pm/MQSeries-1.33/MQServer'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/pm/MQSeries-1.33/MQServer'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/99-pod.t ..
1..63
ok 1 - POD test for MQSeries.pm
ok 2 - POD test for MQSeries/Message.pm
ok 3 - POD test for MQSeries/Command.pm
ok 4 - POD test for MQSeries/Queue.pm
ok 5 - POD test for MQSeries/QueueManager.pm
ok 6 - POD test for MQSeries/Utils.pm
ok 7 - POD test for MQSeries/Constants.pl (no pod)
ok 8 - POD test for MQSeries/Properties.pm
ok 9 - POD test for MQSeries/Config/QMgr.pm
ok 10 - POD test for MQSeries/Config/ChannelTable.pm
ok 11 - POD test for MQSeries/Config/Authority.pm
ok 12 - POD test for MQSeries/Config/Machine.pm
ok 13 - POD test for MQSeries/FDC/Entry.pm
ok 14 - POD test for MQSeries/FDC/Tail.pm
ok 15 - POD test for MQSeries/FDC/Parser.pm
ok 16 - POD test for MQSeries/Message/Statistics.pl (no pod)
ok 17 - POD test for MQSeries/Message/Event.pl (no pod)
ok 18 - POD test for MQSeries/Message/ConfigEvent.pm
ok 19 - POD test for MQSeries/Message/Statistics.pm
ok 20 - POD test for MQSeries/Message/Trigger.pm
ok 21 - POD test for MQSeries/Message/Storable.pm
ok 22 - POD test for MQSeries/Message/RFH2.pm
ok 23 - POD test for MQSeries/Message/IIH.pm
ok 24 - POD test for MQSeries/Message/Accounting.pl (no pod)
ok 25 - POD test for MQSeries/Message/ConfigEvent.pl (no pod)
ok 26 - POD test for MQSeries/Message/Accounting.pm
ok 27 - POD test for MQSeries/Message/Event.pm
ok 28 - POD test for MQSeries/Message/System.pm
ok 29 - POD test for MQSeries/ErrorLog/descriptions.pl (no pod)
ok 30 - POD test for MQSeries/ErrorLog/Entry.pm
ok 31 - POD test for MQSeries/ErrorLog/Tail.pm
ok 32 - POD test for MQSeries/ErrorLog/Parser.pm
ok 33 - POD test for MQSeries/Command/Response.pm (no pod)
ok 34 - POD test for MQSeries/Command/PCF.pm (no pod)
ok 35 - POD test for MQSeries/Command/MQSC.pm (no pod)
ok 36 - POD test for MQSeries/Command/Request.pm (no pod)
ok 37 - POD test for MQSeries/Command/Base.pm (no pod)
ok 38 - POD test for MQSeries/Constants/StringAttribute.pl (no pod)
ok 39 - POD test for MQSeries/Constants/ReasonQualifierText.pl (no pod)
ok 40 - POD test for MQSeries/Constants/AttributeString.pl (no pod)
ok 41 - POD test for MQSeries/Constants/ReasonQualifierMacro.pl (no pod)
ok 42 - POD test for MQSeries/Constants/ValidPutMsgRecFields.pl (no pod)
ok 43 - POD test for MQSeries/Constants/ReasonMacro.pl (no pod)
ok 44 - POD test for MQSeries/Constants/AttributeLength.pl (no pod)
ok 45 - POD test for MQSeries/Constants/ReasonText.pl (no pod)
ok 46 - POD test for MQSeries/Command/PCF/RequestParameterRequired.pl (no pod)
ok 47 - POD test for MQSeries/Command/PCF/Responses.pl (no pod)
ok 48 - POD test for MQSeries/Command/PCF/ResponseParameters.pl (no pod)
ok 49 - POD test for MQSeries/Command/PCF/RequestParameters.pl (no pod)
ok 50 - POD test for MQSeries/Command/PCF/RequestParameterOrder.pl (no pod)
ok 51 - POD test for MQSeries/Command/PCF/Requests.pl (no pod)
ok 52 - POD test for MQSeries/Command/PCF/RequestValues.pl (no pod)
ok 53 - POD test for MQSeries/Command/PCF/ResponseValues.pl (no pod)
ok 54 - POD test for MQSeries/Command/MQSC/RequestArgs.pl (no pod)
ok 55 - POD test for MQSeries/Command/MQSC/RequestParameterPrimary.pl (no pod)
ok 56 - POD test for MQSeries/Command/MQSC/Responses.pl (no pod)
ok 57 - POD test for MQSeries/Command/MQSC/RequestParameterRemap.pl (no pod)
ok 58 - POD test for MQSeries/Command/MQSC/ResponseParameters.pl (no pod)
ok 59 - POD test for MQSeries/Command/MQSC/RequestParameters.pl (no pod)
ok 60 - POD test for MQSeries/Command/MQSC/Requests.pl (no pod)
ok 61 - POD test for MQSeries/Command/MQSC/RequestValues.pl (no pod)
ok 62 - POD test for MQSeries/Command/MQSC/SpecialParameters.pl (no pod)
ok 63 - POD test for MQSeries/Command/MQSC/ResponseValues.pl (no pod)
ok
All tests successful.
Files=1, Tests=63, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.54 cusr
0.00 csys = 0.59 CPU)
Result: PASS
make[1]: Entering directory `/root/pm/MQSeries-1.33/MQClient'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(1, '../blib/lib', '../blib/arch')" t/*.t
t/10constants.t ...........
not ok 1
Can't load '/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
t/20convert.t .............
1..6
not ok 1
Can't load '/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
t/30basic.t ...............
1..18
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/30basic.t line 21.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 37.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 37.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at
t/30basic.t line 42.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at
t/30basic.t line 42.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use
at t/30basic.t line 42.
Bareword "MQOO_SET" not allowed while "strict subs" in use at
t/30basic.t line 42.
Bareword "MQOT_Q" not allowed while "strict subs" in use at t/30basic.t line 43.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 51.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 51.
Bareword "MQIA_MAX_MSG_LENGTH" not allowed while "strict subs" in use
at t/30basic.t line 57.
Bareword "MQCA_Q_NAME" not allowed while "strict subs" in use at
t/30basic.t line 57.
Bareword "MQCA_CREATION_DATE" not allowed while "strict subs" in use
at t/30basic.t line 57.
Bareword "MQCA_CREATION_TIME" not allowed while "strict subs" in use
at t/30basic.t line 57.
Bareword "MQIA_MAX_Q_DEPTH" not allowed while "strict subs" in use at
t/30basic.t line 57.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 65.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 65.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 73.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 73.
Bareword "MQRC_TRUNCATED_MSG_FAILED" not allowed while "strict subs"
in use at t/30basic.t line 81.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 90.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 90.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at
t/30basic.t line 93.
Bareword "MQQA_GET_INHIBITED" not allowed while "strict subs" in use
at t/30basic.t line 93.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at
t/30basic.t line 93.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 95.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 95.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at
t/30basic.t line 98.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at
t/30basic.t line 98.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 100.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 100.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at
t/30basic.t line 104.
Bareword "MQQA_GET_ALLOWED" not allowed while "strict subs" in use at
t/30basic.t line 104.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at
t/30basic.t line 104.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 106.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 106.
Bareword "MQIA_INHIBIT_GET" not allowed while "strict subs" in use at
t/30basic.t line 109.
Bareword "MQCA_TRIGGER_DATA" not allowed while "strict subs" in use at
t/30basic.t line 109.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 111.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 111.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at
t/30basic.t line 114.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 116.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 116.
Bareword "MQOT_Q" not allowed while "strict subs" in use at
t/30basic.t line 119.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 129.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 129.
Bareword "MQOT_Q" not allowed while "strict subs" in use at
t/30basic.t line 132.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use
at t/30basic.t line 137.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 139.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 139.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 147.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 147.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at
t/30basic.t line 150.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 152.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 152.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/30basic.t line 157.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/30basic.t line 157.
Execution of t/30basic.t aborted due to compilation errors.
# Looks like you planned 18 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 18/18 subtests
t/31properties.t ..........
1..22
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/31properties.t line 21.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 39.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 39.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at
t/31properties.t line 45.
Bareword "MQOT_Q_MGR" not allowed while "strict subs" in use at
t/31properties.t line 46.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 48.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 48.
Bareword "MQIA_COMMAND_LEVEL" not allowed while "strict subs" in use
at t/31properties.t line 54.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 56.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 56.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at
t/31properties.t line 66.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 67.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 67.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at
t/31properties.t line 69.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use
at t/31properties.t line 69.
Bareword "MQOT_Q" not allowed while "strict subs" in use at
t/31properties.t line 70.
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 "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 78.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 78.
Bareword "MQTYPE_STRING" not allowed while "strict subs" in use at
t/31properties.t line 83.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 86.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 86.
Bareword "MQTYPE_FLOAT32" not allowed while "strict subs" in use at
t/31properties.t line 89.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 92.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 92.
Bareword "MQTYPE_INT16" not allowed while "strict subs" in use at
t/31properties.t line 95.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 98.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 98.
Bareword "MQTYPE_FLOAT32" not allowed while "strict subs" in use at
t/31properties.t line 101.
Bareword "MQIMPO_CONVERT_TYPE" not allowed while "strict subs" in use
at t/31properties.t line 103.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 108.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 108.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 113.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 113.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 117.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 117.
Bareword "MQPMO_VERSION_3" not allowed while "strict subs" in use at
t/31properties.t line 125.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 129.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 129.
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 "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 134.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 134.
Bareword "MQGMO_VERSION_4" not allowed while "strict subs" in use at
t/31properties.t line 140.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 146.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 146.
Bareword "MQTYPE_INT32" not allowed while "strict subs" in use at
t/31properties.t line 149.
Bareword "MQIMPO_CONVERT_TYPE" not allowed while "strict subs" in use
at t/31properties.t line 151.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 156.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 156.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 161.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 161.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 165.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 165.
Bareword "MQCO_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 169.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 169.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/31properties.t line 173.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/31properties.t line 173.
Execution of t/31properties.t aborted due to compilation errors.
# Looks like you planned 22 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/22 subtests
t/32async_put.t ...........
1..25
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/32async_put.t line 21.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 39.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 39.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at
t/32async_put.t line 45.
Bareword "MQOT_Q_MGR" not allowed while "strict subs" in use at
t/32async_put.t line 46.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 48.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 48.
Bareword "MQIA_COMMAND_LEVEL" not allowed while "strict subs" in use
at t/32async_put.t line 54.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 57.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 57.
Bareword "MQCO_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 67.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 68.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 68.
Bareword "MQOO_INQUIRE" not allowed while "strict subs" in use at
t/32async_put.t line 70.
Bareword "MQOO_OUTPUT" not allowed while "strict subs" in use at
t/32async_put.t line 70.
Bareword "MQOO_INPUT_AS_Q_DEF" not allowed while "strict subs" in use
at t/32async_put.t line 70.
Bareword "MQOT_Q" not allowed while "strict subs" in use at
t/32async_put.t line 71.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 78.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 78.
Bareword "MQPMO_ASYNC_RESPONSE" not allowed while "strict subs" in use
at t/32async_put.t line 87.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 89.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 89.
Bareword "MQSTAT_TYPE_ASYNC_ERROR" 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 102.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 102.
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 "MQCO_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 133.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 134.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 134.
Bareword "MQCC_OK" not allowed while "strict subs" in use at
t/32async_put.t line 138.
Bareword "MQRC_NONE" not allowed while "strict subs" in use at
t/32async_put.t line 138.
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.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 25/25 subtests
t/40oo-qmgr.t .............
1..14
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/40oo-qmgr.t line 21.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Failed 14/14 subtests
t/50oo-command.t ..........
1..32
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/50oo-command.t line 21.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Failed 32/32 subtests
t/51oo-command-changes.t ..
1..102
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/51oo-command-changes.t line 24.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Failed 102/102 subtests
t/52oo-command-filter.t ...
1..86
not ok 1 - use MQClient::MQSeries;
# Failed test 'use MQClient::MQSeries;'
# at t/52oo-command-filter.t line 24.
# Tried to use 'MQClient::MQSeries'.
# Error: Can't load
'/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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 4) line 2
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Failed 86/86 subtests
t/60-logs.t ...............
1..1
Can't load '/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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.
not ok 1
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
t/70-config.t .............
1..1
not ok 1
Can't load '/root/pm/MQSeries-1.33/MQClient/../blib/arch/auto/MQClient/MQSeries/MQSeries.so'
for module MQClient::MQSeries:
/root/pm/MQSeries-1.33/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.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/10constants.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/20convert.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Parse errors: Bad plan. You planned 6 tests but ran 1.
t/30basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 18 tests but ran 1.
t/31properties.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 22 tests but ran 1.
t/32async_put.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 25 tests but ran 1.
t/40oo-qmgr.t (Wstat: 9 Tests: 1 Failed: 1)
Failed test: 1
Non-zero wait status: 9
Parse errors: Bad plan. You planned 14 tests but ran 1.
t/50oo-command.t (Wstat: 9 Tests: 1 Failed: 1)
Failed test: 1
Non-zero wait status: 9
Parse errors: Bad plan. You planned 32 tests but ran 1.
t/51oo-command-changes.t (Wstat: 9 Tests: 1 Failed: 1)
Failed test: 1
Non-zero wait status: 9
Parse errors: Bad plan. You planned 102 tests but ran 1.
t/52oo-command-filter.t (Wstat: 9 Tests: 1 Failed: 1)
Failed test: 1
Non-zero wait status: 9
Parse errors: Bad plan. You planned 86 tests but ran 1.
t/60-logs.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
t/70-config.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Files=11, Tests=11, 677 wallclock secs ( 0.08 usr 0.05 sys + 139.27
cusr 129.24 csys = 268.64 CPU)
Result: FAIL
Failed 11/11 test programs. 11/11 subtests failed.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/root/pm/MQSeries-1.33/MQClient'
make: *** [subdirs-test] Error 2
===================================================================================
Thanks
KK |
| Direct Responses: Write a response |