My new work is to manage solaris 10 on sparc machines, and i'm newbie in solaris.
here's some hints on packages, how to compile something if you installed Solaris in minimal CORE package configuration:
needed :
SUNWbtool for ar , SUNWsprot for make , add /usr/ccs/bin to PATH
SUNWhea for std headers (stdio.h, etc...)
Sun Studio 1x for CC compiler , add /opt/SUNWspro/bin to PATH, vim in /opt/SUNWspro/contrib/
recomended :
SUNWtoo (various programming tools, i.e. ldd/ctags/strings/truss)
PS: My sandbox is netra-120 sparc machine, and 'prtdiag -v' doesn't show temperature measurements, so another way to get it is to use hardware LOM -> http://www.sun.com/download/products.xml?id=41f5f9b1
To use LOM commands you must install the Lights Out Management 2.0 packages (SUNWlomu, SUNWlomr and SUNWlomm) from the Solaris Supplementary CD.
bash-3.00# lom -t System Temperature Sensors: 1 Enclosure 34 degC : warning 67 degC : shutdown 72 degC System Over-temperature Sensors: 1 CPU status=ok
solaris core instn+ bind from source
hello,
I have installed solaris9 core(no development,,etc) on a sparc machine. I didn't opted for any name service. I wanted to install bind9 from source. what are the additional packages required and where can i find them?
thanks
dav
solaris 9 bind
Hi dave!
Sorry for being /afk for a long time, but here's what i think. If my first message isn't helping you to compile bind, you can go to sunfreeware.com site and download : 1) binaries for your OS and architecture 2) source package and instructions how to build that package.
Hope this helps.
/mator
C libraries on Solaris
Hi,
We have Solaris 10 SPARC system. We need to run some C files. We found that there is no C related libraries installed on the system.
Can you please help me what are all the C libraries need to be installed.
Cheers
Vamsi
all needed C libraries to
all needed C libraries to develop on solaris comes with distribution or compiler suite, will it be Sun sunstudio or gcc.
--
/mator