Author |
Message
|
Augusto |
Posted: Mon Feb 02, 2009 10:12 am Post subject: |
|
|
Apprentice
Joined: 08 Dec 2008 Posts: 29
|
I tried with both options like below
mqm::su12: ls -lrt qload
-rw-r--r-- 1 mqm mqm 272344 Jan 30 13:56 qload
mqm::su12: chmod a+rx qload
mqm::su12: ls -lrt qload
-rwxr-xr-x 1 mqm mqm 272344 Jan 30 13:56 qload*
mqm::su12: qload -m SUQM -i QL_IN -f ql.in
ksh: qload: cannot execute
mqm::su12: ./qload -m SUQM -i QL_IN -f ql.in
ksh: ./qload: cannot execute |
|
Back to top |
|
 |
gunter |
Posted: Tue Feb 03, 2009 5:42 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
Try the command file on it, maybe you copied the wrong version, x86 instead of sparc.
Gunter _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
SAFraser |
Posted: Tue Feb 03, 2009 2:48 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
I had the same thought as Gunter.
Beyond that, perhaps a Solaris admin needs to be engaged. This is an OS problem, not an MQ problem. |
|
Back to top |
|
 |
Inforz |
Posted: Mon May 11, 2020 6:00 am Post subject: |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
SAFraser wrote: |
You need the version compiled for Solaris.
If you do not already have the proper executable, download MO03 from the SupportPacs link above. When you unzip it (which you can do on your Windows machine), you will find executables for the various platforms.
As a general rule, no executable compiled for Windows will run on a Unix platform. |
Hi,
I had the same issue and I tried as per the above suggestion and I am getting the below error. Please suggest.
Code: |
$ ./qload_sparc
ld.so.1: qload_sparc: fatal: libc.so.1: version `SUNW_1.22' not found (required by file qload_sparc)
ld.so.1: qload_sparc: fatal: libc.so.1: open failed: No such file or directory
Killed |
|
|
Back to top |
|
 |
gbaddeley |
Posted: Mon May 11, 2020 3:20 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
The qload_spacc binary is trying to dynamically load a shared library. The expected version (SUNW_1.22) of the C standard runtime library (libc.so) was not found. You either need to provide that version of libc.so, or get a version of qload (or similar utility) that will work with your version of Solaris. _________________ Glenn |
|
Back to top |
|
 |
Inforz |
Posted: Mon May 11, 2020 10:20 pm Post subject: |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
Below is the OS version details of the system
SunOS xxxxxxx 5.9 Generic_122300-70 sun4u sparc SUNW,Sun-Fire-V240
Please advise where can I get the required files as seen in the error that I mentioned in my earlier post above |
|
Back to top |
|
 |
crashdog |
Posted: Tue May 12, 2020 1:09 pm Post subject: |
|
|
 Voyager
Joined: 02 Apr 2017 Posts: 77
|
|
Back to top |
|
 |
|