Author |
Message
|
MrSmith |
Posted: Fri Mar 17, 2017 7:41 am Post subject: WMQ on Ubuntu 16.10 - yakkety |
|
|
 Master
Joined: 20 Mar 2008 Posts: 215
|
TRying to install WMQ V8 on yakkety (Ubuntu 16.10) and am using the rpms (have foiund alien screws them up if converting to deb, least for me) have got it all sorted except explorer which errors on
Quote: |
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: Failed dependencies:
gtk2 >= 2.2.4-0 is needed by MQSeriesExplorer-8.0.0-0.x86_64 |
but i have gtk installed apparently in both 64bit and 32bit, so not sure where / what it is looking for
Quote: |
||/ Name Version Architecture Description
+++-====================================-=======================-=======================-=============================================================================
ii libgtk-3-0:amd64 3.18.9-1ubuntu3.2 amd64 GTK+ graphical user interface library
ii libgtk2.0-0:amd64 2.24.30-1ubuntu1 amd64 GTK+ graphical user interface library
ii libgtk2.0-0:i386 2.24.30-1ubuntu1 i386 GTK+ graphical user interface library |
or maybe its just a thick day _________________ -------- *
“Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.” |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 17, 2017 7:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
does yakkety support yum? That might be easier than using alien or rpm.
Also, is Explorer supported on Ubuntu? I forget... _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
MrSmith |
Posted: Fri Mar 17, 2017 9:00 am Post subject: |
|
|
 Master
Joined: 20 Mar 2008 Posts: 215
|
mqjeff
Well I had it running fine on previous version of Ubuntu 14.x I think when the only GTK was 2 I think and am aware Ubuntu does seem to swap and change components - I dont rem it being tricky last time - dont know if debian based system will allow yum to be used always thought that was Red Hat systems. I mean it all works via command line just nice to have had the GUI. If there is any info the lab boys need to have a go at fixing or determining why will be happy to oblige _________________ -------- *
“Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.” |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 17, 2017 10:30 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I'm using trusty (14.04.5) and I can apt-get install yum
Either apt-get or yum should let you install rpms without running rpm, and do a better job. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
MrSmith |
Posted: Mon Mar 20, 2017 12:50 am Post subject: |
|
|
 Master
Joined: 20 Mar 2008 Posts: 215
|
OK will try yum although I assumed it would still require the dependency - any port in a storm. thanks _________________ -------- *
“Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read.” |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 20, 2017 1:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
looks like your original install was gtk2.0-0.
You did install the 3 version but only for 64 bits. You still need to install it for the 32 bit version. I believe this is what that message is really telling you.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Mar 20, 2017 4:04 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
looks like your original install was gtk2.0-0.
You did install the 3 version but only for 64 bits. You still need to install it for the 32 bit version. I believe this is what that message is really telling you.
Have fun  |
This is the kind of thing that I would hope that yum or even just apt-get would solve automatically... (except apt-get doesn't accept a set of rpms, afaik). _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Mar 20, 2017 10:06 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
mqjeff wrote: |
This is the kind of thing that I would hope that yum or even just apt-get would solve automatically... (except apt-get doesn't accept a set of rpms, afaik). |
This is the very reason why I use an RPM based Distro. Something like CentOS is stable and has a 10 year support life. Ubuntu even with the LTS if much shorter. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Mar 20, 2017 10:45 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's not really about whether the distro is rpm based or not.
It's about what tool one uses to install RPMs.
granted, rpm -<something something something> will resolve dependencies...
but yum is just a lot easier... _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|