smartcpp wrote: > Hi guys, > > I am also facing the same issue and unable to ping the site > pkg.opensolaris.org but can open it in mozilla. > I am trying to install gcc but unable to install it. > > Please suggest me how can i resolve it.
Do you use a proxy? If so, you'll have to do this before executing the pkg command: export http_proxy=<uri> and/or: export https_proxy=<uri> Cheers, -- Shawn Walker