Where can I find the pymqi binary for RHEL

Asked by Arun

Hi,
 Please advise the location where can I find the pymqi binary file for Red Hat Enterprise Linux.

Thanks in advance for your time.

Best Regards,
Arun

Question information

Language:
English Edit question
Status:
Solved
For:
PyMQI Edit question
Assignee:
No assignee Edit question
Solved by:
Dariusz Suchojad
Solved:
Last query:
Last reply:
Revision history for this message
Dariusz Suchojad (dsuch) said :
#1

> Please advise the location where can I find the pymqi binary file for Red Hat Enterprise Linux.

Hello,

there is no binary package for RHEL, please create it yourself.

Cheers!

Revision history for this message
Arun (arunachalam-panjanatham) said :
#2

Hi,
 Thanks for your response.

 But, when I try to build, there are two c files are required. These two files are not available in the existing release.
These two c files are included in pymqe.c as

#include <cmqc.h>
#include <cmqxc.h>

Thanks in advance !

Best Regards,
Arun

Revision history for this message
Best Dariusz Suchojad (dsuch) said :
#3

> But, when I try to build, there are two c files are required. These two files are not available in the existing release.
> These two c files are included in pymqe.c as
>
> #include <cmqc.h>
> #include <cmqxc.h>

Right, you need to have MQ itself installed in the first place. These
headers are part of MQ, they're not distributed with PyMQI.

Revision history for this message
Arun (arunachalam-panjanatham) said :
#4

Hi,
 Thank you very much for your instant response. I will install mq client and try the pymqi installation.

 Thanks again.

Best Regards,
Arun

Revision history for this message
Dariusz Suchojad (dsuch) said :
#5

> Thank you very much for your instant response. I will install mq client and try the pymqi installation.

Yes, that should be done first, just like you say.

I'm open to creating all the necessary binaries if you need it but it
would have to be a sponsored, paid, work. Otherwise I currently just
don't have time, unfortunately.