AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

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

    Posted 22 hours ago
    Edited by Mingxiang Chen 22 hours ago

    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



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

    Posted an hour ago

    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
    ------------------------------