Author |
Message
|
bobbee |
Posted: Tue Nov 18, 2014 1:11 pm Post subject: PERL MQ Make |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
My client is trying to install the PERL Extensions for MQ and is getting the following. Any suggestions. My PERL is almost non-existent.
Running make install
make test had returned bad status, won't install without force |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 18, 2014 1:17 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Which perl? Which OS?
What steps has your client followed to get the modules before running make?
Did your client follow the instructions in the README to modify the other relevant files in the distribution? |
|
Back to top |
|
 |
bobbee |
Posted: Tue Nov 18, 2014 1:54 pm Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
Lonux, and the most recent PERL module availale 1.34 I believe. This is with MQ v7.5 client. They finally sent me the logs and I see it is failing the Queue Manager check. I know the CONFIG file has to be set up pointing to the Queue Manager. The developer set this up and it worked for him. I pointed him at them and told him to give them any setup infor he has. |
|
Back to top |
|
 |
bobbee |
Posted: Tue Nov 18, 2014 1:58 pm Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
MQCONN failed (Reason = 2058) (Queue manager name not valid or not known.) at t/40oo-qmgr.t line 38
# Failed test 'MQSeries::QueueManager - constructor'
# at t/40oo-qmgr.t line 39.
MQCONN failed (Reason = 2058) (Queue manager name not valid or not known.) at t/40oo-qmgr.t line 52
# Failed test 'MQSeries::QueueManager - Connect'
# at t/40oo-qmgr.t line 58.
MQCONN failed (Reason = 2058) (Queue manager name not valid or not known.) at t/40oo-qmgr.t line 73
# Failed test 'MQSeries::QueueManager - constructor'
# at t/40oo-qmgr.t line 74. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 18, 2014 2:06 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Yeah, so either the config isn't set up right, or it's trying to run a bindings test on a machine with only a client (or vice versa)
make install force will work fine as long as you're reasonably sure that make worked correctly. |
|
Back to top |
|
 |
gbaddeley |
Posted: Tue Nov 18, 2014 2:19 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
2058 usually means the qmgr name was not supplied, or it did not match the name of the qmgr that it attempted to connect. _________________ Glenn |
|
Back to top |
|
 |
bobbee |
Posted: Tue Nov 18, 2014 2:25 pm Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
yeah, I expect the 2058 was because the CONG file configuration that is highlighted in the setup instructions was not followed. Told him this earlier.
It looks OK, but the ADMIN is reluctant with the force. Told him to do it and have the developer swing his app onto that server and test.
We'll see. |
|
Back to top |
|
 |
|