Automated Testing

  • 1.  Issue upgrading zDT emulator from v13.x to 14.0

    Posted Wed November 16, 2022 08:22 AM
    Hi all,

    I am trying to update emulator from zDT Enterprise Edition from 13.x to New version 14.0 and i am facing some issue.

    When I run ./zdt-emulator
    2.Update
    Do you accept the terms in the license agreements? (y/N): y

    I got message:

    ./zpdtinsttemp/z1091-1-11.57.06.01.x86_64.RH: error while loading shared libraries: libncurses.so.6: cannot open shared object file: No such file or directory.

    I ruse RED HAT V7.9 and I didnt found that element on:

    usr/lib64 > ls -l libnc*
    lrwxrwxrwx. 1 root root 17 sep 3 2018 libncurses.so.5 -> libncurses.so.5.9
    lrwxrwxrwx. 1 root root 19 sep 3 2018 libncurses++.so.5 -> libncurses++.so.5.9
    -rwxr-xr-x. 1 root root 163704 ago 15 2017 libncurses.so.5.9
    -rwxr-xr-x. 1 root root 78520 ago 15 2017 libncurses++.so.5.9
    lrwxrwxrwx. 1 root root 20 sep 3 2018 libncurses++w.so.5 -> libncurses++w.so.5.9
    lrwxrwxrwx. 1 root root 18 sep 3 2018 libncursesw.so.5 -> libncursesw.so.5.9
    -rwxr-xr-x. 1 root root 78520 ago 15 2017 libncurses++w.so.5.9
    -rwxr-xr-x. 1 root root 234712 ago 15 2017 libncursesw.so.5.9

    It is mandatory to install it? I couldnt find info about this element related to RHEL.

    thank you in advance.

    ------------------------------
    Juan Carlos Delgado
    ------------------------------


  • 2.  RE: Issue upgrading zDT emulator from v13.x to 14.0

    IBM Champion
    Posted Thu November 17, 2022 04:29 AM
    On Ubuntu that file comes from package
    libncurses6:amd64: /lib/x86_64-linux-gnu/libncurses.so.6

    Colin





  • 3.  RE: Issue upgrading zDT emulator from v13.x to 14.0

    Posted Thu November 17, 2022 06:02 PM
    sudo yum install libnsl

    sudo yum install ncurses-compat-libs



    ------------------------------
    Rod
    Penarth
    ------------------------------



  • 4.  RE: Issue upgrading zDT emulator from v13.x to 14.0

    Posted Wed December 14, 2022 11:07 AM
    Thank you all. 

    libncurses.so.6 is not amiable with RHEL7

    ------------------------------
    Juan Carlos Delgado
    ------------------------------