LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   SUN Solaris vs Linux (https://www.linuxquestions.org/questions/solaris-opensolaris-20/sun-solaris-vs-linux-168170/)

josealexandre 04-09-2004 11:56 AM

SUN Solaris vs Linux
 
Hi, Guys!

I have a simple question. I have a binary program compiled for SUN5 Solaris. I cannot run this binary in a linux machine. I tried, but it was impossible. So... Is Linux incompatible with Solaris? Do you think I get to run this software in a machine with SUN9 Solaris?

Regards,
Jose Alexandre

trickykid 04-09-2004 11:58 AM

Well, the files structures are different from one another and the Solaris binary most likely was only programmed to work on Solaris. Have you attempted to look for an alternative to the binary for Linux?

iainr 04-09-2004 12:06 PM

Given that a binary that works on one version of one linux distro often won't work on a different version of the same distro or a different contemporary distro , I think the odds of a binary working on Solaris and Linux which are totally different OSs is slim to say the least.

With different OSs, you have three levels of compatibility. The most common is none at all : you can't even compile the same code on different servers without tweaking it. Some OSs have source compatability (e.g. AIX 5 and Linux) where in most cases you can take source code written for Linux and compile it to run on AIX without amendment; as long as you follow certain rules and don't do anything too wacky. Having the same compiled binary running OK on different OSs is the third and, as I say, is uncommon to say the least.

josealexandre 04-09-2004 12:08 PM

Quote:

Originally posted by trickykid
Well, the files structures are different from one another and the Solaris binary most likely was only programmed to work on Solaris. Have you attempted to look for an alternative to the binary for Linux?
Hi, trickykid!

This is a very specific and very old software. I only got a binary done in 1997. There is not an alternative to the binary for Linux. : - (

josealexandre 04-09-2004 12:16 PM

Hello, iainr!

I will look for a Solaris machine. But... I won't find a SUN5 Solaris. Cannot the binary run in a SUN9 Solaris machine?

Regards,
Jose Alexandre

trickykid 04-09-2004 01:45 PM

Quote:

Originally posted by josealexandre
Hello, iainr!

I will look for a Solaris machine. But... I won't find a SUN5 Solaris. Cannot the binary run in a SUN9 Solaris machine?

Regards,
Jose Alexandre

Most likely I'm sure the filesystems and library's have changed, etc. You'd probably have to install all the dependencies on the Sun5 on the Solaris 9 machine in order for the binary to work.

PS, I'm moving this to our Solaris forum where it seems more suitable.

jlliagre 04-09-2004 05:19 PM

Sorry guys but there's no such beast like SUN5 Solaris vs SUN9 Solaris, perhaps Solaris 2.5 vs Solaris 9 is what you're talking about.

Anyway, put your binary on a Solaris machine (any kind) and type:

$ file yourBinary

That will give you a clue about it

erebus47 04-12-2004 01:54 AM

hrm...
 
Solaris would most-likely be on a SPARC machine right? If your linux machine x86, that might also be another factor to consider.

jlliagre 04-12-2004 06:05 AM

Yes, just a reason why I asked for the "file" command output actually ...

josealexandre 04-12-2004 06:13 AM

Quote:

Originally posted by jlliagre
Yes, just a reason why I asked for the "file" command output actually ...
OK. Now, I understand.

The output to "$ file binary" command is:

FMatrix: ELF 32-bit MSB executable, SPARC, version 1 (SYSV), statically linked, stripped

But... What does that mean? Cannot I run this binary one in a PC machine?

Regards,
Jose Alexandre

jlliagre 04-12-2004 07:39 AM

Bad news for you, but there's no way to run it on an Intel, the first reason being you'll need a SPARC and Sun H/W emulator/simulator, and there are not I'm aware of.
SPARC is an open standard RISC processors architecture, usually big endian, while PCs run a proprietary little endian CISC architecture, the instruction sets are completely differents and the data will be reversed.
If you happen to find the source code of your program, it would probably compile easily on a intel solaris platform though, perhaps just endianness issues.
Btw, the opposite, running intel solaris binaries on sparc solaris, is probably achievable by the means of bochs, a portable x86 emulator.

josealexandre 04-12-2004 08:53 AM

OK, jlliagre! Thank you very much.

yuva_mca 04-25-2004 12:56 AM

Hi jlliagre

Could give me yr email address.

Best Regards
Yuvaraj.K
email : yuva_mca@yahoo.com

jlliagre 04-25-2004 08:44 AM

yuva_mca,
there's a small icon labeled "email" just in the bottom of each message pane, why not using it ?


All times are GMT -5. The time now is 10:59 AM.