29 Jan 2020 01:14 PM - last edited on 24 Jun 2021 01:47 PM by MaciejNeumann
Dear All,
The documentation said, install the following .rpm packages.
On the installation of MQSeriesRuntime.rpm, I receive the following message.
When I try to install/accept the license, the following message appears.
Regards,
Babar
Solved! Go to Solution.
30 Jan 2020 07:06 AM
Looks like the mqlicense.sh script has windows newline characters instead of unix ones. Did you unzip the files on a Windows host and then transferred to the Linux host?
30 Jan 2020 08:58 AM
Hello Babar!
It is look like that script have Windows "CR LF" symbols, as said Julius L.
=========
You can try exclude windows symbols from file with vi:
$ vi script.sh
:set fileformat=unix
:wq
or try with:
sed -i -e ‘s/\r$//’ script.sh
Regards,
Alexander
30 Jan 2020 12:25 PM
Hello @Julius L. and @Alexander R.
Thank you for pointing me in the right direction.
I took the files from the Windows and pasted directly in the Linux without considering the consequences.
What will be the name of the file to add the library path?
Regards,
Babar
30 Jan 2020 12:37 PM
It's not important. Just create a new file and put the directory path into that file. For sanity, I'd recommend the file name with extension .conf, for example mqm.conf
30 Jan 2020 12:46 PM
Hello @Julius L.
Thank you for your assistance. I simply provided the name ldpath.conf for my own understanding.
Regards,
Babar
30 Jan 2020 12:57 PM
Hello @Julius L.
Any recommended location to create a plugin_deployment directory, or I can create inside the ActiveGate installed directory?
Regards,
Babar