Executable runs on Solairs 9 but failed on Solaris 10 [message #458611] |
Mon, 31 May 2010 12:19 |
dc_toronto
Messages: 3 Registered: May 2010 Location: Toronto, Ontario
|
Junior Member |
|
|
Hello,
I have an executable that is built and run fine on Solaris 9. Once copied to a Solaris 10 machine, it is not recognized as an executable.
On Solairs 9 machine:
$ uname -a
SunOS sunqas2 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Fire-280R
$ file LX
LX: ELF 64-bit MSB executable SPARCV9 Version 1, UltraSPARC3 Extensions Required, dynamically linked, stripped
On Solaris 10 machine:
$ uname -a
SunOS sunlab4 5.10 Generic sun4u sparc SUNW,UltraAX-i2
$ file LX
LX: ELF 64-bit MSB executable SPARCV9 Version 1, UltraSPARC3 Extensions Required, dynamically linked, stripped
$ ls -l
total 48626
-rwxrwxrwx 1 snouser1 snogrp 19891448 May 27 02:25 LX
$ ./LX
ksh: ./LX: cannot execute
Any idea?
Don
|
|
|
Re: Executable runs on Solairs 9 but failed on Solaris 10 [message #458619 is a reply to message #458611] |
Mon, 31 May 2010 13:05 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
This question bears no real connection with Oracle.
Please find a more appropriate forum.
The topic is locked.
If I'm wrong, please, PM me (or report this message to a moderator, explain why you think it should be unlocked and it might be done).
Regards
Michel
|
|
|