|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Perl error on Sun 2.6 |
« View previous topic :: View next topic » |
Author |
Message
|
kriaz |
Posted: Mon Oct 14, 2002 7:10 am Post subject: MQ Perl error on Sun 2.6 |
|
|
Newbie
Joined: 22 Aug 2002 Posts: 3 Location: Atlanta
|
usgap007:$ perl Makefile.PL
[[ My lawyers made me do this. Flames to /dev/null. -- wpm ]]
This software is is licensed as open source code and is subject to the
terms and conditions of a license agreement that is set forth in the
included LICENSE file.
If you have read the license agreement and accept its terms and
conditions, answer "yes" to continue with the installation. If you
have not read the license agreement or do not accept its terms and
conditions, answer "no" and fire up your favorite text editor....
Did you read the LICENSE file and agree to its terms and conditions? [y] y
Creating directory MQServer/
Copying MQClient/MQSeries.pm.in -> MQServer/MQSeries.pm.in
Creating directory MQServer/MQSeries.xs.in/
Copying MQClient/MQSeries.xs.in/00header -> MQServer/MQSeries.xs.in/00header
Copying MQClient/MQSeries.xs.in/21core -> MQServer/MQSeries.xs.in/21core
Copying MQClient/MQSeries.xs.in/30MQCONN -> MQServer/MQSeries.xs.in/30MQCONN
Copying MQClient/MQSeries.xs.in/31MQCONNX-v5 -> MQServer/MQSeries.xs.in/31MQCONNX-v5
Copying MQClient/MQSeries.xs.in/32MQOPEN-v2 -> MQServer/MQSeries.xs.in/32MQOPEN-v2
Copying MQClient/MQSeries.xs.in/32MQOPEN-v5 -> MQServer/MQSeries.xs.in/32MQOPEN-v5
Copying MQClient/MQSeries.xs.in/33MQINQ -> MQServer/MQSeries.xs.in/33MQINQ
Copying MQClient/MQSeries.xs.in/34MQPUT-v2 -> MQServer/MQSeries.xs.in/34MQPUT-v2
Copying MQClient/MQSeries.xs.in/34MQPUT-v5 -> MQServer/MQSeries.xs.in/34MQPUT-v5
Copying MQClient/MQSeries.xs.in/35MQPUT1-v2 -> MQServer/MQSeries.xs.in/35MQPUT1-v2
Copying MQClient/MQSeries.xs.in/35MQPUT1-v5 -> MQServer/MQSeries.xs.in/35MQPUT1-v5
Copying MQClient/MQSeries.xs.in/36MQGET -> MQServer/MQSeries.xs.in/36MQGET
Copying MQClient/MQSeries.xs.in/37MQCLOSE -> MQServer/MQSeries.xs.in/37MQCLOSE
Copying MQClient/MQSeries.xs.in/38MQDISC -> MQServer/MQSeries.xs.in/38MQDISC
Copying MQClient/MQSeries.xs.in/39MQCMIT -> MQServer/MQSeries.xs.in/39MQCMIT
Copying MQClient/MQSeries.xs.in/40MQBACK -> MQServer/MQSeries.xs.in/40MQBACK
Copying MQClient/MQSeries.xs.in/41MQBEGIN-v5 -> MQServer/MQSeries.xs.in/41MQBEGIN-v5
Copying MQClient/MQSeries.xs.in/42MQSET -> MQServer/MQSeries.xs.in/42MQSET
Copying MQClient/Makefile.PL -> MQServer/Makefile.PL
Copying MQClient/constants.c.PL -> MQServer/constants.c.PL
Copying MQClient/typemap.PL -> MQServer/typemap.PL
Checking if your kit is complete...
Looks good
Unrecognized value: 'MQ_64_BIT' => ''
Unrecognized value: 'MQOD_CURRENT_LENGTH' => '344'
Unrecognized value: 'MQPMO_CURRENT_LENGTH' => '160'
Unrecognized value: 'MQ_EXIT_PD_AREA_LENGTH' => '48'
Unrecognized value: 'MQRC_API_EXIT_ERROR' => '2374'
Unrecognized value: 'MQRC_API_EXIT_INIT_ERROR' => '2375'
Unrecognized value: 'MQRC_API_EXIT_TERM_ERROR' => '2376'
Unrecognized value: 'MQRC_EXIT_REASON_ERROR' => '2377'
Unrecognized value: 'MQRC_RESERVED_VALUE_ERROR' => '2378' _________________ Kashif Riaz
kriaz@ups-scs.com |
|
Back to top |
|
 |
bduncan |
Posted: Mon Oct 14, 2002 10:05 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Kriaz,
We're gonna need a little more info than that
What version of the Perl MQ module are you using?
Are you trying to install via CPAN or from a distribution file?
Is MQSeries server installed on the machine that you are trying to compile this on? (may not be essential but I know that "make test" will fail - which causes CPAN to hiccup).
What version of Perl are you using? _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
kriaz |
Posted: Tue Oct 15, 2002 4:53 am Post subject: |
|
|
Newbie
Joined: 22 Aug 2002 Posts: 3 Location: Atlanta
|
I am trying to install on solaris 2.6, the version of the sun solaris machine
usgap007:$ isainfo -v
64-bit sparcv9 applications
32-bit sparc applications
The version of the MQPerl is 1.12 and i am trying to install on MQ 5.2 CSD4.
Thanks _________________ Kashif Riaz
kriaz@ups-scs.com |
|
Back to top |
|
 |
bduncan |
Posted: Tue Oct 15, 2002 9:14 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Well, the file constants.c.PL is what contains the values which are coming up as "Unrecognized" when you try to create your makefile. I've never seen this particular error before, and I've installed the Perl module for MQ on many, many machines over the years. You could always try emailing the author of the Perl module (I did that once in the past, and he actually replied, so it's worth a try). Otherwise I'd say you have some configuration issue, and you should try getting another Perl module that uses C (.xs files) under the hood, and try compiling it as well. If you see the same problem, then it's probably something with your path, or I've also seen where people have multiple copies of perl installed on the same machine and they end up stepping on each other... _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|