tobyaw: (Default)
Toby Atkin-Wright ([personal profile] tobyaw) wrote2007-08-24 05:18 pm
Entry tags:

Installing rsync on Solaris 10

Install the developer tools, and install curl. Then:

$ curl -O http://rsync.samba.org/ftp/rsync/rsync-2.6.9.tar.gz
$ gunzip rsync-2.6.9.tar.gz
$ tar -xvf rsync-2.6.9.tar
$ cd rsync-2.6.9
$ ./configure
$ make
$ su
# PATH=$PATH:/usr/ccs/bin
# export PATH
# make install

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org