HOW TO INSTALL RSYNC 3.1.1 SOLARIS 10
1.-Download the following packages
libintl-3.4.0-sol10-sparc-local.gz
rsync.3.1.1.SPARC.32bit.Solaris.10.pkg
libiconv.1.14.SPARC.32bit.Solaris.10.pkg
2.-Once you have the packages on the server you can do the following steps
libintl-3.4.0-sol10-sparc-local.gz
rsync.3.1.1.SPARC.32bit.Solaris.10.pkg
libiconv.1.14.SPARC.32bit.Solaris.10.pkg
3.- Unzip the packages that are compressed and install them with pkgadd.
#gunzip libintl-3.4.0-sol10-sparc-local.gz
#pkgadd –d
libintl-3.4.0-sol10-sparc-local
#pkgadd –d
rsync.3.1.1.SPARC.32bit.Solaris.10.pkg
#pkgadd –d
libiconv.1.14.SPARC.32bit.Solaris.10.pkg
And now you can use the rsync
Regards
Comments