Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
Expand all | Collapse all

After I install lftp with aix toolbox on AIX, we had issues

  • 1.  After I install lftp with aix toolbox on AIX, we had issues

    Posted Wed June 18, 2025 12:23 PM
    Edited by Mingxiang Chen Wed June 18, 2025 12:34 PM

    usdeniu001:root>/home/root:which lftp
    /opt/freeware/bin//lftp

    usdeniu001:root>/home/root:export LIBPATH=/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib
    usdeniu001:root>/home/root:lftp
    Could not load program lftp:
    Symbol resolution failed for /opt/freeware/lib/libgnutls.a[libgnutls.so.30] because:
            Symbol _GLOBAL__AIXI_libp11_kit_so (number 438) is not exported from dependent
              module /opt/freeware/lib/libp11-kit.a[libp11-kit.so.0].
            Symbol _GLOBAL__AIXD_libp11_kit_so (number 439) is not exported from dependent
              module /opt/freeware/lib/libp11-kit.a[libp11-kit.so.0].
    Examine .loader section symbols with the 'dump -Tv' command.
    usdeniu001:root>/home/root:unset LIBPATH
    usdeniu001:root>/home/root:lftp
    Could not load program lftp:
    Symbol resolution failed for /opt/freeware/lib/libgnutls.a[libgnutls.so.30] because:
            Symbol _GLOBAL__AIXI_libp11_kit_so (number 438) is not exported from dependent
              module /opt/freeware/lib/libp11-kit.a[libp11-kit.so.0].
            Symbol _GLOBAL__AIXD_libp11_kit_so (number 439) is not exported from dependent
              module /opt/freeware/lib/libp11-kit.a[libp11-kit.so.0].
    Examine .loader section symbols with the 'dump -Tv' command.



    ------------------------------
    Mingxiang Chen
    ------------------------------

    usdeniu001:root>/home/root:oslevel -s
    7200-05-09-2446


    #AIXOpenSource


  • 2.  RE: After I install lftp with aix toolbox on AIX, we had issues

    Posted Thu June 19, 2025 09:27 AM

    Hi
    Share the output of below:

    # rpm -qf /opt/freeware/lib/libp11-kit.a
    p11-kit-0.25.5-2.ppc

    # dump -X64 -Tov /opt/freeware/lib/libp11-kit.a | grep -i _GLOBAL__AIXI_libp11_kit_so
    [102]   0x2003f000    .data      EXP     DS   Ldef        [noIMid] _GLOBAL__AIXI_libp11_kit_so

    Thanks
    Ranjit



    ------------------------------
    Ranjit Ranjan
    ------------------------------