我想安装gcc在我的solaris 11在virtualbox工作,我试过
pkg install gcc-45但我得到了:
pkg: 0/1 catalogs successfully updated:
Unable to contact valid package repository
Encountered the following error(s):
Unable to contact any configured publishers.
This is likely a network configuration problem.
http protocol error: code: 503 reason: Service Unavailable
URL: 'http://pkg.oracle.com/solaris/release'我试图输入一个代理
export http_proxy=http://184.168.55.226:80但没有起作用。我该怎么处理呢?
发布于 2014-04-22 11:44:08
在您和pkg回购服务器之间可能存在短暂的网络错误,最终导致您无法与回购服务器联系。
问这个问题的一个更好的地方应该是与Solaris 11相关的Oracle论坛。(首先,尝试使用https://community.oracle.com/community/developer/english/server_%26_存储_系统/solaris/solaris_11 )。
如果你现在再试一次,这个问题会发生吗?我可以找到回购服务器的搜索页面,很快就找到了http://pkg.oracle.com/solaris/release/p5i/0/developer%2Fgcc-45.p5i。
https://unix.stackexchange.com/questions/124535
复制相似问题