Monthly Archives: August 2009

Solaris Compilation “make: ar: Command not found”

…an error message “make: ar: Command not found” for any application being compiled on Solaris box, here’s what to do as per gcc forum…. Add /usr/ccs/bin to your PATH. In my case: root@host# echo $PATH Add /usr/ccs/bin/ Export PATH

Exiting from Container Console if forgot to specify an escape character…

Once you have a non-global zone installed or running on a Solaris 10 installation, it is often useful to connect to the console of the zone. This provides the same control over the zone as connecting to the console of a physical server running Solaris. To connect to the console of a Solaris 10 zone … Continue reading