RSYNC-2.6.8 IN RED HAT 5.2

Wayne Davison wayned at samba.org
Fri Jul 21 14:25:50 GMT 2006


On Thu, Jul 20, 2006 at 06:24:30PM +0700, christopher at tjipta.com wrote:
> Can anyone tell me how to install rsync-2.6.8 in Red Hat 5.2 box ?

Download the 2.6.8 tar file and then build and install that.  You could
do that using rpmbuild, as long as your rpm build environment is setup.
For instance, mine defines ~/rpm as the %_topdir in my ~/.rpmmacros
file, so I could do this:

    rpmbuild -tb --clean rsync-2.6.8-tar.gz
    rpm -ivh ~/rpm/RPMS/i686/rsync-2.6.8-1.i686.rpm

Or, you could extract the tar file, configure, make, and install it
manually:

    tar xvzf rsync-2.6.8-tar.gz
    cd rsync-2.6.8
    ./configure
    make
    make install

..wayne..


More information about the rsync mailing list