Automated Testing

  • 1.  Error loading shared libraries z1091_ADCD_install

    Posted Mon December 05, 2022 09:15 AM
    Hi

    I have Zpdt personal edition and I’m trying to enable the B5RES1 using the above command I have tried it both as root and not

    I have also done a. Export LD_LIBRARY_PATH and PATH for /usr/z1091/bin

    When I enabled the A5RES1 I updated my dongle for a year about a week later I got a new dongle In the mail don’t know if this is the issue


  • 2.  RE: Error loading shared libraries z1091_ADCD_install

    IBM Champion
    Posted Tue December 06, 2022 03:35 AM
    When you unpack the B5RES1 volume it will try to use the dongle.  If the dongle is not valid, I think you get a message about the dongle not being valid.

    I wrote  My zD&T dongle is about to expire – what do I need to do?
    You can display the status of the dongle.

    When I ordered zPDT I was sent 3 dongles! - but Ive only ever used one.  I had to renew the license on it.

    What errors were you getting when you tried to unpack it?
    Colin

    ------------------------------
    Colin Paice
    ------------------------------



  • 3.  RE: Error loading shared libraries z1091_ADCD_install

    Posted Tue December 06, 2022 08:17 AM
    $ ./Z1091_ADCD_install B5RES1.ZPD B5res1.a80
    ./Z1091_ADCD_install: error while loading shared libraries: libawsDiskItf.so: cannot open shared object file: No such file or directory
    $this is the error I am getting I did an export LD_LIBRARY AND paTH TO /USR/1091/BIN  I executed the command as non root






  • 4.  RE: Error loading shared libraries z1091_ADCD_install

    Posted Tue December 06, 2022 02:30 PM
    are you confirming you obtained and applied a valid license file correctly to the USB dongle (and then removed and reinserted the USB Dongle) @Joseph Reichman ?​

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



  • 5.  RE: Error loading shared libraries z1091_ADCD_install

    Posted Tue December 06, 2022 02:41 PM
    
    I have valid license my renewal date was 10/31 and  was paid up My sales rep Is Nick Sweitzer





  • 6.  RE: Error loading shared libraries z1091_ADCD_install

    Posted Tue December 06, 2022 03:41 PM
    Hi Joseph,
    Are you sure you have directory /usr/z1091/bin , not /usr/z1090/bin (all lower cases) ?

    ------------------------------
    Jamie Liu
    ------------------------------



  • 7.  RE: Error loading shared libraries z1091_ADCD_install

    Posted Tue December 06, 2022 04:23 PM
    You maybe right thought I exported the right one thanks 





  • 8.  RE: Error loading shared libraries z1091_ADCD_install

    IBM Champion
    Posted Wed December 07, 2022 03:31 AM
    If you use
    find  /usr/z1090  -name libawsDiskItf.so
    it should find it. ( I had /usr/z1090/bin/libawsDiskItf.so)

    if not try
    find  /usr  -name libawsDiskItf.so

    make sure you have the path name in your set up ( use cut and paste)

    If you cannot find it - try downloading the package again.  It is not a dongle problem.
    Colin





  • 9.  RE: Error loading shared libraries z1091_ADCD_install

    Posted Thu December 08, 2022 03:47 AM
    After installation, run the following command from the user where you will be running ZD&T from:

    /usr/z1090/bin/aws_bashrc

    This will modify your .bashrc with the following statements:


    export PATH=/usr/z1090/bin:$PATH
    export LD_LIBRARY_PATH=/usr/z1090/bin:$LD_LIBRARY_PATH
    export MANPATH=/usr/z1090/man:$MANPATH
    ulimit -c unlimited
    ulimit -d unlimited

    Sebastian

    ------------------------------
    Sebastian Welton
    ------------------------------