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.  rsync geeting error

    Posted Tue January 12, 2021 03:13 AM
    tp0db:/# rsync -avzhe ssh --progress /home root@9.63.67.25:/
    exec(): 0509-036 Cannot load program rsync because of the following errors:
            0509-150   Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded.
            0509-152   Member libiconv.so.2 is not found in archive

    ------------------------------
    Niranjan k
    ------------------------------


  • 2.  RE: rsync geeting error

    Posted Tue January 12, 2021 03:58 AM
    Please use the latest rsync from AIX Toolbox.

    # rpm -qa | grep rsync
    rsync-3.2.3-1.ppc

    # dump -X64 -Hov /opt/freeware/bin/rsync

    ***Import File Strings***
    INDEX       PATH                                     BASE                        MEMBER
    0               /opt/freeware/lib64:/opt/freeware/lib:/usr/lib
    1                                                             libc.a                          shr_64.o
    2               /opt/freeware/lib                   libiconv.a                   libiconv.so.2
    3                                                             liblz4.a                       liblz4.so.1
    4                                                             libcrypto.a                 libcrypto.so.1.0.2

    ------------------------------
    Ayappan P
    ------------------------------



  • 3.  RE: rsync geeting error

    Posted Tue January 12, 2021 04:56 AM
    tp0db:/# rpm -qa | grep rsync
    rsync-3.1.3-5.ppc
    tp0db:/# ls -l /opt/freeware/bin/rsync
    lrwxrwxrwx 1 root system 8 Jan 11 15:45 /opt/freeware/bin/rsync -> rsync_64
    tp0db:/# dump -X64 -Hov /opt/freeware/bin/rsync

    /opt/freeware/bin/rsync:

    ***Object Module Header***
    # Sections Symbol Ptr # Symbols Opt Hdr Len Flags
    5 0x00000000 0 120 0x100f
    Flags=( RELFLG EXEC LNNO LSYMS DYNLOAD DEP_SYSTEM )
    Timestamp = "Apr 1 14:58:46 2020"
    Magic = 0x1f7 (64-bit XCOFF)

    ***Optional Header***
    Tsize Dsize Bsize Tstart Dstart
    0x0007c97d 0x00006843 0x00005b80 0x10000240 0x20000bbd

    SNloader SNentry SNtext SNtoc SNdata
    0x0004 0x0002 0x0001 0x0002 0x0002

    TXTalign DATAalign TOC vstamp entry
    0x0005 0x0004 0x20005b18 0x0001 0x20005898

    maxSTACK maxDATA SNbss magic modtype
    0x00000000 0x00000000 0x0003 0x010b 1L

    ***Loader Section***
    Loader Header Information
    VERSION# #SYMtableENT #RELOCent LENidSTR
    0x00000001 0x0000009e 0x00000661 0x0000005c

    #IMPfilID OFFidSTR LENstrTBL OFFstrTBL
    0x00000003 0x00007518 0x00000654 0x00007574


    ***Import File Strings***
    INDEX PATH BASE MEMBER
    0 /opt/freeware/lib64:/opt/freeware/lib:/usr/lib
    1 libc.a shr_64.o
    2 libiconv.a libiconv.so.2
    tp0db:/#

    ------------------------------
    Niranjan k
    ------------------------------