Service Virtualization

  • 1.  Gunzip - Redhat - Docker - Issue

    Posted Nov 17, 2016 08:50 AM

    Hello everyone,

     

    I try to install SV to a Redhat (v 7.1) in a docker container.

    But when I run "./devtest_linux_x64.sh -c"

     

    I have this message:
    "Sorry, but I could not find gunzip in path. Abording"

    Witch env variable it's used to search gunzip ?

    Bescause it's in "/usr/bin" and when I run "gunzip" it found it.

     

    Thank's for your help.

     

    Regards,



  • 2.  Re: Gunzip - Redhat - Docker - Issue

    Posted Nov 21, 2016 04:18 AM

    Hello Everyone,

     

    I think the problem was the empty bash install.

     

    So I switch to Ubuntu to install Devtest on docker, it's more simple for install some component.



  • 3.  Re: Gunzip - Redhat - Docker - Issue
    Best Answer

    Posted Nov 24, 2016 04:44 AM

    Hello everyone,

     

    The issue was not gunzip, which was not install.

     

    # install which 

    Yum install which

     

    # install gunzip

    Yum install zip unzip -y