Author |
Message
|
MQWays |
Posted: Sun Mar 09, 2008 9:08 am Post subject: How to install ih03 support pac on Linux |
|
|
Acolyte
Joined: 20 Jan 2008 Posts: 61
|
Hi all,
I have been trying to install ih03 supportpac on Red Hat but to fail. The related documentation states
Executables for the AIX, Linux and Solaris environments are also provided for the batch performance utilities. These executables, as well as a Makefile to recompile the utilities, are provided in separate subdirectories (AIX, Linux and Solaris). These executables should be
uploaded to the desired AIX or Solaris system in binary mode, and if needed, the Makefile and source programs should be uploaded to the AIX, Linux or Solaris system in ASCII mode.
Also, I get the following response on
#make mqput2
make: *** No rule to make target 'mqput2.c', needed by 'mqput2.o'. Stop.
I have never tried a MakeFile before. Could you please provide step-by-step details to install ih03 supportpac on Linux.
Thanks. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Mar 09, 2008 12:37 pm Post subject: Re: How to install ih03 support pac on Linux |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
MQWays wrote: |
Hi all,
Also, I get the following response on
#make mqput2
make: *** No rule to make target 'mqput2.c', needed by 'mqput2.o'. Stop.
I have never tried a MakeFile before. Could you please provide step-by-step details to install ih03 supportpac on Linux.
Thanks. |
Don't try to solve this by yourself. You need to enlist the help of your friendly platform app or system programmer here. He/She should be familiar with make files and find out what is different from your environment and does not match the expected environment for the make file...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
MQWays |
Posted: Sun Mar 09, 2008 9:25 pm Post subject: |
|
|
Acolyte
Joined: 20 Jan 2008 Posts: 61
|
hi,
I have no one to assist me on this. I can provide all the necessary details to assist you in figuring out the problem.
The Linux executables are in the path /opt/mqm/ih03/linux/ppc
LS command in the above path gives
# ls
Makefile mqcapture mqputs mqtest mqtimes2
mqcapone mqput2 mqreply mqtimes
#cat /etc/issue
Red Hat Enterprise Linux AS release 4 (Nahant)
# uname -a
Linux localhost.localdomain 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux |
|
Back to top |
|
 |
MQWays |
Posted: Mon Mar 10, 2008 9:02 pm Post subject: |
|
|
Acolyte
Joined: 20 Jan 2008 Posts: 61
|
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 11, 2008 1:25 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If the binaries work, why are you trying to recreate them using the makefile? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Philip Morten |
Posted: Tue Mar 11, 2008 3:40 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
You seem to have a mismatch in your machine architectures.
MQWays wrote: |
The Linux executables are in the path /opt/mqm/ih03/linux/ppc
|
Those are for the PowerPC ( ppc) architecture.
Quote: |
# uname -a
Linux localhost.localdomain 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux |
Your machine is Intel x86 _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
MQWays |
Posted: Wed Mar 12, 2008 6:55 am Post subject: |
|
|
Acolyte
Joined: 20 Jan 2008 Posts: 61
|
Thanks for highlighting.
Does it mean that ih03 support pac is not available on Intel x86 architecture for Linux. ?
Please advise. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 12, 2008 6:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
MQWays wrote: |
Does it mean that ih03 support pac is not available on Intel x86 architecture for Linux. ? |
No. It means you copied the wrong files, or are trying to run the wrong files. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|