Problems when installing rt-xen 1.0 on fedora18(64bit)

来源:互联网 发布:艾媒数据统计 编辑:程序博客网 时间:2024/05/20 13:39

error 1(when installing gcc):

     file /usr/lib/audit form install of glibc-2.16-30.x86_64 conflicts with file form package audit-2.2.1-2.fc18.x86_64how to :
     yum remove audit.x86_64   
     yum install gccerror 2:     missing openssl header     missing uuid headers (package uuid-dev)     Cant find X11 headers and libs     can't find zlib headers     how to :     yum install openssl-devel     yum install libuuid-devel     yum install libXt-devel     yum install zlib1g-dev zliberror 3 :          Linux Error: curses.h: No such file or directoryhow to :     yum install ncurses-devel ncurseserror 4 :     Require dev86 rpm or bin86 & bcc debs version >= 0.16.14 to build firmware!

how to :
yum install dev86.x86_64

error 5 :
error: gnu/stubs-32.h:No such file or directory

how to :
yum install glibc-devel.i686
(this may be "apt-get install g++-multilib" in ubuntu, but this package name is not work in fedora18)

error 6 :
unknown command : patch

how to :
yum install patch

error 7 :
ACPI ASL compiler (iasl) is needed
Download and install Intel ACPI CA from
http://acpica.org/downloads/

how to :
yum install iasl

error 8 :

zfs-include/dnode.h:没有那个文件或目录
     common/fsimage_plugin.h:没有那个文件或目录
     common/fsimage_plugin.c:没有那个文件或目录
     DNODE_FLAG_SPILL_BLKPTR not defined     DNODE don't have member value dn_flags

how to :
download the xen-4.1.4,and replace the tools/zfs directory in rt-xen by tools/zfs directory in xen-4.1.4

error 9 :
没有规则可以创建“qemu-dm”需要的目标“virtio-console.o”
missing /usr/include/pci
...
how to :
replace the tools/ioemu-qemu-xen directory in rt-xen by tools/ioemu-qemu-xen directory in xen-4.1.4

error10 :
`makeinfo' is missing on your system

how to :
yum install texinfo*


原创粉丝点击