Author |
Message |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Mon Sep 19, 2005 12:58 am Subject: Perl API Aix 5.1 installation |
If I recall, everytime I installed the MQ Perl API, it always failed 'make test' no matter what I tried. As it turned out, I could safely ignore the problems and just run 'make install' and I was read ... |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 5:53 am Subject: Perl API Aix 5.1 installation |
The default qmgr flag in CONFIG will only work if qm.venus is the default qmgr.
I am not THAT newbie
Try making a new qmgr that has an all uppercase name, like QM1, and then see if that wo ... |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 5:27 am Subject: Perl API Aix 5.1 installation |
I think the problem is that your qm name is in lower case, and the API is passing it through to MQ without quoting it - and MQ always converts unquoted names to uppercase.
Well, I have tried al ... |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 5:00 am Subject: Perl API Aix 5.1 installation |
Try
QMGR="venus.qm"
Didn't help.
Did the person who devoped this PERL API try to buid it with GCC? According to the options problem I would say no, am I right? |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 4:39 am Subject: Perl API Aix 5.1 installation |
Well, all of the tests that are failing are failing because a connection to a qmgr can't be established...
Do you have a server install of MQ, or a client install? Do you have a default qmgr? Is ... |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 4:18 am Subject: Perl API Aix 5.1 installation |
You need to edit the CONFIG file in the build directory.
I know and I did. Test Queue manager is running as well as the queue is defined. |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 3:35 am Subject: Perl API Aix 5.1 installation |
Anyway, trying to run 'make test' ends with an error.What error? Can you post it here?
Here you go:
Target "all" is up to date.
PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib ... |
Topic: Perl API Aix 5.1 installation |
plectrum
Replies: 15 Views: 8840
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 2:47 am Subject: Perl API Aix 5.1 installation |
Hello,
I'm trying to install PERL API 1.23 on an AIX 5.1 machine with MQ Series 5.3 on it. It doesn't work. I'm using GNU C compiler (version 3.3.2). First, compiler throws warnings about unrecogni ... |