惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
人人都是产品经理
人人都是产品经理
H
Help Net Security
Y
Y Combinator Blog
B
Blog
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
D
Docker
博客园 - 聂微东
B
Blog RSS Feed
G
Google Developers Blog

博客园 - bestcomy

Upload bug in MOSS 2007 / Windows Server 2008 - bestcomy Excel列名转换 Clienside ProgressIndicator - bestcomy - 博客园 ASP.NET MVC 源代码发布! 微软项目组招聘.NET开发人员(北京) 欢迎访问我的新BLOG空间 SharePoint 胡言乱语 你觉得vs.net那些地方让你使用起来很不爽? Include javascript and css dynamically - bestcomy Two ways to get HtmlTextWriter for HTML rendering How to set value for webpart’s properties when I create a new sharepoint template Get the true value of a calculate field in SharePoint 调用自定义event时需要注意的一个问题 self==top 如何设置AD用户的"用户下次登陆时须更改密码"属性 (LDAP Provider) 微软 and 香烟 Cool!!! Virtual Earth Technology Preview sth about our coding life 还没有Windows Live Messenger的朋友看过来
在OPENSUE 11.3 上安装 sysstat
bestcomy · 2011-01-16 · via 博客园 - bestcomy

本人纯属LINUX菜鸟,因为要在opensuse 11.3上用rmp安装oracle 11gR2

首先需要到http://ftp.novell.com/partners/oracle/sles-11/下载安装orarun.rpm包, 但总提示缺少 sysstat 依赖项

找到sysstat的rpm安装文件安装成功

http://rpm.pbone.net/index.php3/stat/4/idpl/14292466/dir/opensuse/com/sysstat-9.0.4-6.1.x86_64.rpm.html

#rpm -ivh sysstat-9.0.4-6.1.x86_64.rpm

仍然提示缺少依赖项

google了不少功夫终于找到答案

http://www.redhat.com/archives/redhat-list/2007-June/msg00225.html

# rpm -ql sysstat
运行之后再次安装orarun成功