Author |
Message
|
ramires |
Posted: Fri Apr 03, 2020 8:47 am Post subject: MQ Ubuntu install path |
|
|
Knight
Joined: 24 Jun 2001 Posts: 518 Location: Portugal - Lisboa
|
How can I install MQ binaries in a Ubuntu other path than /opt/mqm
KC talks about variable AMQ_OVERRIDE_EMPTY_INSTALL_PATH set to 1 but how I do specify the install path?
I'm using "apt install" to install it, and its MQ v9.0.5
Thanks! |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Apr 03, 2020 12:28 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 8840 Location: US: west coast, almost. Otherwise, enroute.
|
|
Back to top |
|
 |
ramires |
Posted: Fri Apr 03, 2020 11:47 pm Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 518 Location: Portugal - Lisboa
|
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Apr 05, 2020 7:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20436 Location: LI,NY
|
So have you tried using alien with the RPMINSTALLOPT options?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ramires |
Posted: Sun Apr 05, 2020 10:57 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 518 Location: Portugal - Lisboa
|
my initial question was about MQ install with a *.deb package. With deb package I didn't found and option to install to a path other than the default /op/mqm
I solved this by installing from a MQ*.rpm package, with the following command
rpm -ivh --prefix /opt/mqm90 <mq>.rpm |
|
Back to top |
|
 |
|