From: Richard B. Gilbert on
Doug McIntyre wrote:
> "Richard B. Gilbert" <rgilbert88(a)comcast.net> writes:
>> If I were developing software for sale I would work under S8 and test on
>> S8, S9, and S10. With Solaris 8 being something like seven years old now
>> many developers would not bother with supporting it.
>
> S8 is coming up on 10 years old.
> Even S10 is about 5 years old now this month.
>
> But yes, I know of many software vendors still certifying their
> software only for S8. Although that EoSupport in 3/2012 should scare
> them somewhat.
>
> Sigh.
>

As long as Sun does not break compatibility, certifying for S8 should
pretty much guarantee that it works on S9, S10, and S11 (whenever that's
released).
From: Doug McIntyre on
"Richard B. Gilbert" <rgilbert88(a)comcast.net> writes:
>Doug McIntyre wrote:
>> "Richard B. Gilbert" <rgilbert88(a)comcast.net> writes:
>>> If I were developing software for sale I would work under S8 and test on
>>> S8, S9, and S10. With Solaris 8 being something like seven years old now
>>> many developers would not bother with supporting it.
>>
>> S8 is coming up on 10 years old.
>> Even S10 is about 5 years old now this month.
>>
>> But yes, I know of many software vendors still certifying their
>> software only for S8. Although that EoSupport in 3/2012 should scare
>> them somewhat.
>>
>> Sigh.

>As long as Sun does not break compatibility, certifying for S8 should
>pretty much guarantee that it works on S9, S10, and S11 (whenever that's
>released).

That doesn't matter to some vendors. There are many that will only
support you if you are running the version (and patch set) that they say
will work. There's alot of software like this.



From: Raymond Toy on
Rich Teer wrote:
> On Wed, 6 Jan 2010, Raymond Toy wrote:
>
>> Is it possible to build binaries on Solaris 10 that will run on Solaris
>> 8? I'm not using any special libraries other than libc, libm, libnsl,
>> libsocket, and libdl.
>
> Out of the box? No. What you build may or (more likely) may not work,
> and may break at random times. Don't do it.
>
> If I were you, I'd strongly reconsider the need to support something as
> ancient as Solaris 8. It passed its EOSL a couple of years ago; it really
> is bereft of life!
>
> That said, if Solaris 8 is still a must for you, you do have one way out:
> use a Solaris 8 Container on one of your Solaris 10 machines. Build your
> app within the S8 container, and all will be good.

Actually, the only reason for having solaris 8 was that I was still
using one. (A 280R, with 4 1 GHz CPUs.) But since I don't actually use
that machine anymore, Solaris 10 is fine.

Thanks to you and everyone else for the pointers to containers. That's
probably more work than I want to do.

Ray
From: Chris Cox on
On Wed, 2010-01-06 at 17:54 -0500, Raymond Toy wrote:
> Rich Teer wrote:
> > On Wed, 6 Jan 2010, Raymond Toy wrote:
> >
> >> Is it possible to build binaries on Solaris 10 that will run on Solaris
> >> 8? I'm not using any special libraries other than libc, libm, libnsl,
> >> libsocket, and libdl.
> >
> > Out of the box? No. What you build may or (more likely) may not work,
> > and may break at random times. Don't do it.
> >
> > If I were you, I'd strongly reconsider the need to support something as
> > ancient as Solaris 8. It passed its EOSL a couple of years ago; it really
> > is bereft of life!
> >
> > That said, if Solaris 8 is still a must for you, you do have one way out:
> > use a Solaris 8 Container on one of your Solaris 10 machines. Build your
> > app within the S8 container, and all will be good.
>
> Actually, the only reason for having solaris 8 was that I was still
> using one. (A 280R, with 4 1 GHz CPUs.) But since I don't actually use
> that machine anymore, Solaris 10 is fine.
>
> Thanks to you and everyone else for the pointers to containers. That's
> probably more work than I want to do.

Just fyi, containers are VERY easy to setup (in case somebody wonders).


From: Michael Laajanen on
Hi,

Doug McIntyre wrote:
> "Richard B. Gilbert" <rgilbert88(a)comcast.net> writes:
>> Doug McIntyre wrote:
>>> "Richard B. Gilbert" <rgilbert88(a)comcast.net> writes:
>>>> If I were developing software for sale I would work under S8 and test on
>>>> S8, S9, and S10. With Solaris 8 being something like seven years old now
>>>> many developers would not bother with supporting it.
>>> S8 is coming up on 10 years old.
>>> Even S10 is about 5 years old now this month.
>>>
>>> But yes, I know of many software vendors still certifying their
>>> software only for S8. Although that EoSupport in 3/2012 should scare
>>> them somewhat.
>>>
>>> Sigh.
>
>> As long as Sun does not break compatibility, certifying for S8 should
>> pretty much guarantee that it works on S9, S10, and S11 (whenever that's
>> released).
>
> That doesn't matter to some vendors. There are many that will only
> support you if you are running the version (and patch set) that they say
> will work. There's alot of software like this.
>
>
>
True, Synopsys is one that has S9 as supported platform for all EDA
tools and S10 is supported in "compatibility" mode which must mean that
if it runs in S9 and breaks on S10 S10 is still supported without
leaving the S9 in the dust.

/michael