Open-source Languages & Tools for z/OS

 View Only
  • 1.  Error: post-link failed for: bash-5.2.15-0

    Posted 14 days ago

    Hello, 

    I receive the following error when running the miniconda install.

    Building the "base" Anaconda environment  

    Error: post-link failed for: bash-5.2.15-0

    Installation failed. 

    I'm using the following files:

    miniconda-zos-2.0.8-2024-04-12.run

    appdev_manifest_2.0.8.txt  

    I'm running the following install script:

    #!/bin/sh -x                                                         
    cd /common/opensource                                                
    chmod +x miniconda-zos-2.0.8-2024-04-12.run                          
    chtag -tc 819 appdev_manifest_2.0.8.txt                              
    export _BPXK_AUTOCVT=ON                                              
    export _CEE_RUNOPTS='FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)'             
    export LC_ALL=En_US.IBM-1047                                         
    ls -la                                                               
    env                                                                  
    /common/opensource/miniconda-zos-2.0.8-2024-04-12.run --path /common/opensource/miniconda 

    Thanks,

    Mike



    ------------------------------
    Michael Villani
    Home Depot
    Atlanta GA US
    ------------------------------


  • 2.  RE: Error: post-link failed for: bash-5.2.15-0

    ROCKETEER
    Posted 13 days ago
    Edited by Sergey Rezepin 13 days ago

    Hi Michael,

    I would recommend to remove the setting of the environment variable:
    # export LC_ALL=En_US.IBM-1047

    If it doesn't help, please try to set the following variables also:
    export _TAG_REDIR_ERR=txt
    export _TAG_REDIR_IN=txt
    export _TAG_REDIR_OUT=txt
    You can find some details about the variables here:
    https://docs.rocketsoftware.com/bundle/openappdev_ug_20/page/qer1667837809349.html

    Thanks,
    Sergey



    ------------------------------
    Sergey Rezepin
    Rocket Software
    ------------------------------