Have you tried building the package instead? I find that ‘make install’ often 
doesn’t do what you expect when a project is engineered to work as a package.

Try the following:

- run apt-get source and apt-get build-sep as you did
- Edit rules.real in the debian directory, you can add configure settings in 
there as well
- run debuild  or dpkg-buildpackage -us -uc to get .deb packages with your 
changes

you then end up with ‘normal’ debian packages you can install using dpkg -i.

John

> On 23 May 2017, at 12:32, Hervé Moris <herve.mo...@loyaltek.com> wrote:
> 
> Package: xen
> 
> Version: 4.8.1
> OS : Debian Jessie 8.8 (stable), testing repository enabled in sources.list 
> to download xen-4.8.1
> 
> 
> I'm trying to install xen with XSM Flask module on.
> Following, the instructions I did :
> 
> apt-get build-dep xen
> apt-get source xen
> cd xen-4.8.1
> vim.tiny Configure.mk (and added XSM_ENABLE ?=y and FLASK_ENABLE ?=y)
> make clean
> ./configure --enable-xen --enable-tools --enable-xsm
> make
> make install
> update grub
> reboot
> After the reboot, debian with hypervisor starts but I'm unable to launch xl 
> command and xenstore-ls gives no answer. 
> Am I missing something ?
> 
> Regards,
> 
> Hervé
> 
> uname -a : Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 
> GNU/Linux
> _______________________________________________
> Pkg-xen-devel mailing list
> pkg-xen-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xen-devel

Reply via email to