Author |
Message
|
ivanachukapawn |
Posted: Fri May 27, 2011 8:40 am Post subject: MQ7 zLinux installation failed dependencies and conflicts |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
rpm -ivh MQSeriesClient-7.0.1-3.s390x.rpm MQSeriesRuntime-7.0.1-3.s390x.rpm MQSeriesServer-7.0.1-3.s390x.rpm MQSeriesKeyMan-7.0.1-3.s390x.rpm gsk7bas-7.0-4.27.s390.rpm
error: Failed dependencies:
gsk7bas64 >= 7.0-4.27 is needed by MQSeriesKeyMan-7.0.1-3.s390x
I'm trying just runtime, server, and Keyman and get this dependency error. but gsk7bas-7.0-4.27.s390.rpm is included: also available is
gsk7bas64-7.0-4.27.s390x.rpm
If I include both gsk7 packages I get conflicts. If I include just 1 gsk7 package, I get the dependency error.
What rpm -ivh command will work. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri May 27, 2011 9:17 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It is complaining that it needs the 64bit package for gskit, which you don't seem to have included.
Also you should ideally install gskit rpms first and then install mq rpms. |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Fri May 27, 2011 9:24 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
I tried the install specifying gsk7bas64-7.0-4.27.s390x.rpm
which I assume is the 64 bit gsk7. I tried the install with each of the gsk7 packages individually and got the dependency error both times. If I include both gsk7 packages I get conflict errors. |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Fri May 27, 2011 9:35 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
I tried just the install of gsk7 64-bit and got these errors
Preparing... ########################################### [100%]
file /usr/local/ibm/gsk7_64/bin/gsk7capicmd_64 from install of gsk7bas64-7.0-4.27 conflicts with file from package gsk7bas64-7.0-4.14
file /usr/local/ibm/gsk7_64/bin/gsk7ver_64 from install of gsk7bas64-7.0-4.27 conflicts with file from package gsk7bas64-7.0-4.14
file /usr/local/ibm/gsk7_64/classes/gsk7cls.jar from install of gsk7bas64-7.0-4.27 conflicts with file from package gsk7bas64-7.0-4.14
file /usr/local/ibm/gsk7_64/classes/ikminit.properties from install of gsk7bas64-7.0-4.27 conflicts with file from package gsk7bas64-7.0-4.14 |
|
Back to top |
|
 |
mqjeff |
Posted: Fri May 27, 2011 9:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So you need to uninstall package gsk7bas64-7.0-4.14 |
|
Back to top |
|
 |
ivanachukapawn |
Posted: Fri May 27, 2011 10:42 am Post subject: |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
Thank you very much MQJeff. Although I tried hard to avoid RTFMS-type questions, I still managed to embarrass myself. My only excuse is that they told me that MQ hadn't been installed on this server yet. I should have known better when I found /var/mqm already there. Anyway, I should be in business once I get rid of the earlier gsk. Thanks again. |
|
Back to top |
|
 |
|