CC: | ec.amit.2005 [...] gmail.com |
Subject: | Error Installing MQSeries-1.31 on WinXp |
Date: | Fri, 23 Apr 2010 10:07:25 -0500 |
To: | bug-MQSeries [...] rt.cpan.org |
From: | αмιт <ec.amit.2005 [...] gmail.com> |
Hi,
While installing the MQSeries-1.31 module on my win xp box. I am getting
error.
Please find the details below, and let me know ASAP. Let me know if you need
any other information or details from my end.
*1)* Perl version:
C:\perl>perl -v
This is perl, v5.10.1 built for MSWin32-x86-multi-thread
(with 2 registered patches, see perl -V for more detail)
Copyright 1987-2009, Larry Wall
Binary build 1007 [291969] provided by ActiveState
http://www.ActiveState.com <http://www.activestate.com/>
Built Jan 26 2010 23:15:11
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
C:\perl>
*2)* Operating System vendor and version:
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer: Microsoft Corporation
System type: X86-based PC
Processor(s): 2 Processor(s) Installed.
[01]: x86 Family 15 Model 4 Stepping 7
GenuineIntel ~2793 Mhz
[02]: x86 Family 15 Model 4 Stepping 7
GenuineIntel ~2793 Mhz
*3)* Details about my operating environment that might be related to the
issue being described:
Other software installed on the system are as below:
1) IBM Websphere MQ evalucation (latest version)
2) MQ explorer (latest version)
3) eclips platform (latest version)
4) Microsoft Visual Studio 6.0 and
5) Visual C++ 2008 Express
*4)*Exact cut and pasted error or warning messages:
After dowloading the module from CPAN, I untarted it and then edit the
config file
with MQTOP directory (C:\Program Files\MQSeries Client\tools).
While generating the make file, I am getting below error of
"Unrecognized architecture [MSWin32-x86-multi-thread] and compiler [cl]. Not
setting rpath."
C:PERL\MQSeries-1.31>perl Makefile.PL
Unrecognized architecture [MSWin32-x86-multi-thread] and compiler [cl]. Not
setting rpath.
Note (probably harmless): No library found for -lmqicg
Note (probably harmless): No library found for -lmqmcs
Note (probably harmless): No library found for -lmqmzse
Writing Makefile for MQClient::MQSeries
Writing Makefile for MQSeries::Message:eadLetter
Writing Makefile for MQSeries::Message::PCF
Unrecognized architecture [MSWin32-x86-multi-thread] and compiler [cl]. Not
setting rpath.
Note (probably harmless): No library found for -lmqmcs
Note (probably harmless): No library found for -lmqmzse
Writing Makefile for MQServer::MQSeries
Writing Makefile for MQSeries
C:PERL\MQSeries-1.31>
~amit