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 [root@zhao libguestfs-1.36.3]# yum install supermin* Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors.sohu.com * epel: mirror01.idc.hinet.net * extras: mirrors.sohu.com * updates: mirrors.sohu.com Package supermin5-5.1.16-4.el7.x86_64 already installed and latest version Package supermin5-devel-5.1.16-4.el7.x86_64 already installed and latest version Package supermin-5.1.16-4.el7.x86_64 already installed and latest version Package supermin-helper-5.1.16-4.el7.x86_64 already installed and latest version Nothing to do When I use ln-s / usr / bin / supermin5 / usr / bin / supermin encounter the following problems Afer ./configure normal. make normal. make check 1 fail NTFS disk format can be modified virtual machine. I want to know how to configure ./configure to change / Supermin to supermin5 I am worried that this situation will affect the future Looking forward to your answer 244067545@qq.com
On Mon, Dec 25, 2017 at 10:47:30AM +0800, 244067545@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 oldYou 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