On Mon, Feb 22, 2016 at 11:58:28PM +0200, noxdafox wrote: > Once fixed that and few other things I got stuck with this: > > SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl > Can't locate loadable object for module Sys::Guestfs in @INC (@INC > contains: /home/noxdafox/development/libguestfs/perl/blib/lib > /home/noxdafox/development/libguestfs/perl/blib/arch > /home/noxdafox/development/libguestfs/perl/lib /etc/perl > /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 > /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 > /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 > /usr/share/perl/5.22 /usr/local/lib/site_perl > /usr/lib/x86_64-linux-gnu/perl-base .) at ./make-fedora-img.pl line > 27. > Compilation failed in require at ./make-fedora-img.pl line 27. > > The module is looking for should be in > /home/noxdafox/development/libguestfs/perl/lib and it's included in > @INC. > > I'm on Debian Jessie.
It must be a missing dependency. Did you run `apt-get build-dep libguestfs'? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
