jeudi 29 mars 2012
Xen VGA PassThrough NVIDIA (revision = 25110)..Error /bin/sh: header-file=libxlu_disk_l.h: not found
Par david techer, jeudi 29 mars 2012 à 22:52 :: Xen

- Issue
Executing the commandcd tools make
We've got/bin/sh: header-file=libxlu_disk_l.h: not found
- Fix
See http://lists.xen.org/archives/html/xen-devel/2012-03/msg00471.html Then by reading./configure --help
useBISON=$(which bison) FLEX=$(which flex) CURL=$(which curl-config) XML=$(which xml2-config) ./configure
It implies that the fileconfig/Tools.mk
will be properly updated. Notice:CURL=$(which curl-config) XML=$(which xml2-config)
in the command above are optional