fubupc 发表于 2004-4-22 23:37:29

安装oprofile的问题?

我将RH9.0 2.4.20-8升级到2.6.4时,要更新一些程序,如module-init-tools,
jfsutils,oprofile等等。从网上下载后,大多数安装正常,但这个oprofile总,安装不好。
更新前:
#oprofiled --version
oprofiled:oprofile 0.4 compiled on Feb 14 2003 15:38:38
(升级需要0.5.3版本以上)
开始更新:
#./configure
#make
#make install
这时(或重启后)用命令
#oprofiled --version
将显示
couldnot determine kernel version
不知为何?

pinper 发表于 2004-4-23 13:40:34

2.5和2.6版本的内核在配置时要加一个--with-kernel-support 选项,也就是./configure --with-kernel-support见http://oprofile.sourceforge.net/doc/install.html

pinper 发表于 2004-4-23 13:41:17

2.5和2.6版本的内核在配置时要加一个--with-kernel-support 选项,也就是./configure --with-kernel-support
页: [1]
查看完整版本: 安装oprofile的问题?