Author |
Message
|
wrpassos |
Posted: Tue May 01, 2007 11:50 am Post subject: Installing MQ in Ubuntu 7.04 |
|
|
Newbie
Joined: 01 May 2007 Posts: 2
|
Hi,
I've tried to install MQ 6 in a Ubuntu 7.04 dev machine unzipping the IBM's C8472ML.tar.gz file.
I have alien and rpm installed because all install files are rpm based. Unfortunately, when I try to install the runtime:
$ sudo alien -idc MQSeriesRuntime-6.0.0-0.i386.rpm
I get the message:
[: 51: upgrade: bad number
chown: cannot access `/usr/share/locale/C/LC_MESSAGES/amq.cat': No such file or directory
Please, let me know if you have any installation guide available for Ubuntu or ideas on how to solve this problem.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue May 01, 2007 11:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is Ubuntu a supported platform? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
BenR |
Posted: Tue May 01, 2007 10:34 pm Post subject: |
|
|
Acolyte
Joined: 31 Jan 2006 Posts: 60 Location: Hursley, UK
|
|
Back to top |
|
 |
Vitor |
Posted: Tue May 01, 2007 11:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
But if the installed base increases sharply (for instance Dell start OEMing it onto their machines - http://news.bbc.co.uk/1/hi/business/6610901.stm) then this could change.
wrpassos - watch this space!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
wrpassos |
Posted: Wed May 02, 2007 6:31 am Post subject: |
|
|
Newbie
Joined: 01 May 2007 Posts: 2
|
Folks,
I was waiting answers regarding support problems...
IBM already provides DB2 installation and support to Ubuntu (I believe since version 6.06). I hope it'll be only a question of time to give support to MQ in Ubuntu...
I think I should install CentOS 4.4 or 5 (free open source distro flavor based in RHEL) to install MQ. It's only a test/development machine.
Thanks! |
|
Back to top |
|
 |
SuneHansen |
Posted: Mon May 07, 2007 11:37 am Post subject: MQ6 on Ubuntu 7.04 |
|
|
Newbie
Joined: 07 May 2007 Posts: 2
|
you may want to try using rpm:
here is what I did on my 7.04 Ubuntu to install the WMQv600Trial-x86_linux_2 package.
sudo rpm -ivh --nodeps MQSeriesRuntime-6.0.0-0.i386.rpm
Preparing... ########################################### [100%]
Creating user mqm
1:MQSeriesRuntime ########################################### [100%]
the --nodeps is because otherwise I get the following error message:
error: Failed dependencies:
/bin/sh is needed by MQSeriesRuntime-6.0.0-0.i386
I just needed the SDK really, but I have installed Server, Client, Runtime, SDK and samples like this. I get an error message when using crtmqm, which I suspect would be essential to you, so the problem is not fixed - I just get one step further. |
|
Back to top |
|
 |
fidelio |
Posted: Fri Jun 01, 2007 1:13 pm Post subject: |
|
|
Apprentice
Joined: 14 Sep 2005 Posts: 45 Location: AttainBPM
|
As SuneHansen said, install the rpms (Runtime, Server at least) using 'rpm -ivh --nodeps '. Then - before doing anything else - install the latest fixes, since (on my 7.04 box anyway) crtmqm does not work at the base level (AMQ8101).
My Ubuntu 7.04 box is running fine after installing fixpack 6.0.2 |
|
Back to top |
|
 |
SuneHansen |
Posted: Fri Jul 06, 2007 3:56 am Post subject: |
|
|
Newbie
Joined: 07 May 2007 Posts: 2
|
works like a charm - thanks fidelio, you are my hero. |
|
Back to top |
|
 |
|