AIX Open Source

 View Only
  • 1.  rysnc install issue on AIX 7.2

    Posted Thu December 12, 2024 11:13 PM

    Rsync installed no errors - 

    rpm -Uvh *.rpm
    Verifying...                          ################################# [100%]
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:lz4-1.9.4-1                      ################################# [ 50%]
       2:rsync-3.3.0-1                    ################################# [100%]
    rsync version effective # 3.2.7 default rsync daemon config is now /opt/freeware/etc/rsyncd.conf

    Give below errors when trying to run it 

    nimdev01:/SW01/softwares/rsync-rpms>rsync --version
    exec(): 0509-036 Cannot load program rsync because of the following errors:
            0509-150   Dependent module /opt/freeware/lib/libcrypto.a(libcrypto.so.1.1) could not be loaded.
            0509-152   Member libcrypto.so.1.1 is not found in archive
    nimdev01:/SW01/softwares/rsync-rpms>

    Afzal



    ------------------------------
    Afzal Chouhan
    ------------------------------


  • 2.  RE: rysnc install issue on AIX 7.2

    Posted Fri December 13, 2024 07:19 AM

    Hi afzal,

    Looks like you have openssl rpm installed which causes this issue. Toolbox packages only work with IBM provided openssl lpp fileset. Please remove openssl rpm (rpm -e openssl) and then try again.

    This issue has already been addressed here -> https://community.ibm.com/community/user/power/discussion/yum-dnf-errors#bmdbf54616-6dd2-4296-8739-ca6dd20bcf3d

    Thanks,
    Prajwal.



    ------------------------------
    PRAJWAL B MEHENDARKAR
    ------------------------------



  • 3.  RE: rysnc install issue on AIX 7.2

    Posted Fri December 13, 2024 05:36 PM

    Hello Prajwal,

    Getting this error, it openssl rpm is required for python .  Any suggestion ?

    nimdev01:/opt/freeware/lib>rpm -e openssl
    error: Failed dependencies:
            libcrypto.so is needed by (installed) python-2.6.8-1.ppc
            libssl.so is needed by (installed) python-2.6.8-1.ppc
            openssl >= 1.0.1 is needed by (installed) python-2.6.8-1.ppc
    nimdev01:/opt/freeware/lib>

    nimdev01:/opt/freeware/lib>rpm -qa |grep openssl
    openssl-1.0.1e-2.ppc
    nimdev01:/opt/freeware/lib>lslpp -l |grep openssl
      openssl.base           3.0.13.1000  COMMITTED  Open Secure Socket Layer
      openssl.license        3.0.13.1000  COMMITTED  Open Secure Socket License
      openssl.man.en_US      3.0.13.1000  COMMITTED  Open Secure Socket Layer
      openssl.base           3.0.13.1000  COMMITTED  Open Secure Socket Layer
    nimdev01:/opt/freeware/lib>



    ------------------------------
    Afzal Chouhan
    ------------------------------



  • 4.  RE: rysnc install issue on AIX 7.2

    Posted Mon December 16, 2024 02:15 AM

    Hi

    python 2.6.X is already EOL. I would recommend to clean up python 2.6* and update to latest python available in AIX tool box. 

    Thanks
    Ranjit



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