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.  we defined system environment variable,but it still has issues

    Posted 23 hours ago

    who can help me? what issues it is?

    + LIBPATH=/opt/CA/SharedComponents/lib:/opt/CA/CAlib:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib
    + lftp ftp://bo_admin:b0admin1@W15FP001P.arrownao.corp.arrow.com -e cd /OBIEEReports; put /iu43/u04/prod/nacp/informatica/TgtFiles/ECS_YTD_Billings_2025.csv; quit
    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 367) is not exported from dependent
              module /opt/freeware/lib/libp11-kit.a[libp11-kit.so.0].
            Symbol _GLOBAL__AIXD_libp11_kit_so (number 368) 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
    ------------------------------


  • 2.  RE: we defined system environment variable,but it still has issues

    Posted 43 minutes ago

    It looks like you didn't export LIBPATH from the shell. But it might already be exported. Just to be sure, run export LIBPATH after setting LIBPATH, and before running lftp.



    ------------------------------
    Dave Marquardt
    Sr. Software Engineer
    IBM
    Austin
    ------------------------------