2007-03-10

Install packages on Solaris 10 (x86)

  • System info
$ uname -a
SunOS hostname 5.10 Generic i86pc i386 i86pc
$ cat /etc/release
Solaris 10 3/05 s10_74L2a X86
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 22 January 2005
$ bash --version
GNU bash, version 3.00.16(1)-release (i386-pc-solaris2.10)
Copyright (C) 2004 Free Software Foundation, Inc.

  • GCC
    1. Download gcc-3.3.2-sol10-intel-local.gz from SunFreeWare.com
    2. Run: gzip -d gcc-3.3.2-sol10-intel-local.gz
    3. Run: pkgadd -d ./gcc_small-3.3.2-sol8-intel-local
    4. `ld' is located in `/usr/ccs/bin/ld'
  • SCREEN
Screen requires ncurses, so download and install ncurses first

No comments: