[Libguestfs] Compile problems

Richard W.M. Jones rjones at redhat.com
Tue Dec 26 18:37:36 UTC 2017


On Mon, Dec 25, 2017 at 10:47:30AM +0800, 244067545 at qq.com wrote:
> Hello!
> Compile the environment information: centos7.4 libguestfs-1.36.3.tar.gz
> I encountered supermin and supermin5 problems while compiling libguestfs
>             command: ./configure
> checking for tsk/libtsk.h... yes  
> checking if we should build the appliance... yes  
> checking for supermin... /usr/bin/supermin  
> checking for --with-supermin-packager-config option... not set  
> checking for --with-supermin-extra-options option... not set  
> checking supermin is new enough... 4.1  
> configure: error: supermin >= 5.1 must be installed, your version is too old  

You need to do:

  SUPERMIN=/usr/bin/supermin5 ./configure

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list