<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">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.<div class=""><br class=""><div class="">Try the following:</div><div class=""><br class=""></div><div class="">- run apt-get source and apt-get build-sep as you did</div><div class="">- Edit rules.real in the debian directory, you can add configure settings in there as well</div><div class="">- run debuild  or dpkg-buildpackage -us -uc to get .deb packages with your changes</div><div class=""><br class=""></div><div class="">you then end up with ‘normal’ debian packages you can install using dpkg -i.</div><div class=""><br class=""></div><div class="">John</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 23 May 2017, at 12:32, Hervé Moris <<a href="mailto:herve.moris@loyaltek.com" class="">herve.moris@loyaltek.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class=""><p class="">Package: xen</p><p class="">Version: 4.8.1<br class="">
    </p><p class="">OS : Debian Jessie 8.8 (stable), testing repository enabled in
      sources.list to download xen-4.8.1<br class="">
    </p><p class=""><br class="">
    </p><p class=""><br class="">
    </p><p class="">I'm trying to install xen with XSM Flask module on.<br class="">
    </p><p class="">Following, the instructions I did :</p>
    <blockquote class="">
      <ol class="">
        <li class="">apt-get build-dep xen</li>
        <li class="">apt-get source xen</li>
        <li class="">cd xen-4.8.1</li>
        <li class="">vim.tiny Configure.mk (and added XSM_ENABLE ?=y and
          FLASK_ENABLE ?=y)<br class="">
        </li>
        <li class="">make clean</li>
        <li class="">./configure --enable-xen --enable-tools --enable-xsm</li>
        <li class="">make</li>
        <li class="">make install</li>
        <li class="">update grub</li>
        <li class="">reboot</li>
      </ol>
    </blockquote><p class="">After the reboot, debian with hypervisor starts but I'm unable to
      launch xl command and xenstore-ls gives no answer. <br class="">
    </p><p class="">Am I missing something ?</p><p class="">Regards,</p><p class="">Hervé<br class="">
    </p><p class=""><br class="">
    </p>
    <i class="">uname -a </i>: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2
    (2017-04-30) x86_64 GNU/Linux<br class="">
  </div>

_______________________________________________<br class="">Pkg-xen-devel mailing list<br class=""><a href="mailto:Pkg-xen-devel@lists.alioth.debian.org" class="">Pkg-xen-devel@lists.alioth.debian.org</a><br class="">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xen-devel</div></blockquote></div><br class=""></div></div></body></html>