Hello!
Compile the environment information: centos7.4 libguestfs-1.36.3.tar.gz
I encountered supermin and supermin5 problems while compiling libguestfs
            command: ./configure
  1. checking for tsk/libtsk.h... yes  
  2. checking if we should build the appliance... yes  
  3. checking for supermin... /usr/bin/supermin  
  4. checking for --with-supermin-packager-config option... not set  
  5. checking for --with-supermin-extra-options option... not set  
  6. checking supermin is new enough... 4.1  
  7. configure: error: supermin >= 5.1 must be installed, your version is too old  
  8. [root@zhao libguestfs-1.36.3]# yum install supermin*  
  9. Loaded plugins: fastestmirror, langpacks  
  10. Loading mirror speeds from cached hostfile  
  11.  * base: mirrors.sohu.com  
  12.  * epel: mirror01.idc.hinet.net  
  13.  * extras: mirrors.sohu.com  
  14.  * updates: mirrors.sohu.com  
  15. Package supermin5-5.1.16-4.el7.x86_64 already installed and latest version  
  16. Package supermin5-devel-5.1.16-4.el7.x86_64 already installed and latest version  
  17. Package supermin-5.1.16-4.el7.x86_64 already installed and latest version  
  18. Package supermin-helper-5.1.16-4.el7.x86_64 already installed and latest version  
  19. 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