components of solaris 11

i want to know the system components of solaris 11.

for SLES11 system components are

Linux Kernel 2.6.27.8rc1
GCC 4.3.2
glibc 2.9
X.Org 7.4
XEN 3.3.1
KVM 78

i need those components for solaris 11

Three of these components are not available:

  • glibc (Solaris uses its own libc)
  • xen & kvm aren't ported, Solaris 11 has alternative virtualizations solutions (ldoms, virtualbox, zones). There is a KVM port on illumos though.

One doesn't make sense as there is already a kernel and you can't have more than one (outside virtualization):

  • Linux kernel

The two remaining packages are:

  • gcc, both 3.4.3 and 4.5.2 versions available
  • Xorg is based on X11R7.6
1 Like

thank you jlliagre.

I want to know which versions of following tools comes with SOLARIS11.

The development tools for SLES11 are
Development Tools

gtk\+ 2.14.4
Python 2.6.0
Ruby 1.8.7
Perl 5.10.0
Qt 4.4.3
PHP 5.2.6
openJDK 1,2b11
Sun Java 1.6 \(non-oss repo/cd\)
Sun Java 1.7 preview \(icedtea\) \(non-oss repo/cd\)
Ruby on Rails 2.1

can you please send these tools for SOLARIS 11.
thank you

You can find these versions by yourself by looking at the Oracle Solaris 11 Package Repository

For example for gtk+, search for gtk, you'll find there are two packages, library/desktop/gtk1 and gtk2. Clicking on their full name will tell the first one is 1.2.10 and the second one is 2.20.1.

Python has four versions available runtime/python-24, -25, -26 and -27.

and so on.

thank you ..