Rsync

From CBLFS
Revision as of 11:51, 16 April 2007 by Jciccone (talk | contribs)
Jump to navigationJump to search
Download Source: http://samba.anu.edu.au/ftp/rsync/rsync-2.6.9.tar.gz

Dependencies

Optional

  • Popt (Has an included version)

Creating the nobody/nogroup User/Group

groupadd -g 65533 nogroup &&
groupadd -g 65534 nobody &&
useradd -c "Nobody" -d /dev/null \
        -u 65534 -g nobody -s /bin/false nobody

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

N32

64Bit

Configuring