Companion Tools
Download and install Solaris Companion Tools from Oracle/Sun. This will put things like sudo and sfw tools on the system.
Fix sudo (if broken)
>$ PATH=/opt/sfw/bin:/opt/sfw/sbin:/$PATH
>$ export PATH
>$ visudo
Make sure the proper line is added to the bottom of the sudoers file. It is the same line used on Linux.
>$ chmod 4111 /opt/sfw/bin/sudo
Sudo should work at this point.
SunStudio
Download and install the following file from Oracle/Sun
>$ bzcat SunStudio12u1-SunOS-x86-pkgs-ML.tar.bz2 | /bin/tar -xf -
>$ cd SunStudio12u1-SunOS-x86-pkgs-ML
># ./SunStudio12u1-SunOS-x86-pkgs.sh
Follow the instructions on the Java based graphical installer.
SVN Subversion
Download and install the following file from Collabnet.com
>$ pkgadd -d CSVNclnt-1.6.9.1-x86-local
cshrc settings
Added to tms_build and my cshrc
# SVN on Solaris 10
if( -d /opt/CollabNet_Subversion/bin ) then
setenv PATH /opt/CollabNet_Subversion/bin:$PATH
endif
# ld on Solaris 10
if( -d /usr/ccs/bin ) then
setenv PATH /usr/ccs/bin:$PATH
endif
No comments:
Post a Comment