Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Alternative to rsync in Solaris 10 9/10 Generic_144488-12

3394859Oct 8 2018 — edited Nov 7 2018

Hello,

I am trying to install rsync in  Solaris 10 9/10 Generic_144488-12 which went well but

root@floapp02# uname -a

SunOS floapp02 5.10 Generic_144488-12 sun4v sparc sun4v

root@floapp02# ldd /usr/local/lib/libpopt.so.0

        libintl.so.8 =>  /usr/local/lib/libintl.so.8

        libsec.so.1 =>   /usr/lib/libsec.so.1

        libc.so.1 =>     /usr/lib/libc.so.1

        libc.so.1 (SUNW_1.22.7) =>       (version not found)

        libiconv.so.2 =>         /usr/local/lib/libiconv.so.2

        libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1

        libavl.so.1 =>   /lib/libavl.so.1

        libm.so.2 =>     /lib/libm.so.2

        /lib/libm/libm_hwcap1.so.2

        /platform/sun4v/lib/libc_psr.so.1

root@floapp02# cat /etc/release

                   Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC

     Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

                            Assembled 11 August 2010

root@floapp02# /usr/local/bin/rsync man

ld.so.1: rsync: fatal: libc.so.1: version `SUNW_1.22.7' not found (required by file /usr/local/bin/rsync)

ld.so.1: rsync: fatal: libc.so.1: open failed: No such file or directory

Killed

The workaround is to install SUNW_1.22.7 which comes up with a patch which our organization doesn't wanna do it.I s there any alternative to rsync ?? Any similar packagescompatiblee to the Solaris 10 9/10 s10s_u9wos_14a  Generic_144488-12 .

Thank you,

Comments
Post Details
Added on Oct 8 2018
6 comments
1,067 views