Re: installing/updating rsync 2.6.7 on os x

2006-03-22 Thread Banana Flex

don't update rsync on a Mac OS X system
because you don't have the -E (--extended-attributes) with the  
release of rsync-2.6.7 from source
this is important, you don't have any chance to copy a meta data of a  
file if you use any other release of rsync


the version of rsync included in the system as been modified by Apple

if you want a fresh copy of rsync, use this configuration:

banana:~ banana$ ./configure --srcdir=. --prefix=/usr --exec-prefix=/ 
usr --bindir=/usr/bin --datadir=/usr/share --sysconfdir=/etc -- 
localstatedir=/var --libdir=/usr/lib --includedir=/usr/include -- 
mandir=/usr/man --build=powerpc-apple-darwin8 --host=powerpc-apple- 
darwin8 --target=powerpc-apple-darwin8


banana:~ banana$ make
banana:~ banana$ sudo make install

good luck

banana


On Mar 15, 2006, at 6:58 PM, Simon Margulies wrote:


I'm trying to update my rsync on os x 10.4.5.

downloaded the latest rsync-2.6.7.tar.gz
as described in the configure --help I started ./configure and the  
output tells me that all works out fine.


then running rsync (in /usr/local/bin) in bash the output still  
tells me, it would be: rsync  version 2.6.0  protocol version 27



what am I doing wrong?




thanks


Simon
--
To unsubscribe or change options: https://lists.samba.org/mailman/ 
listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart- 
questions.html


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


installing/updating rsync 2.6.7 on os x

2006-03-15 Thread Simon Margulies

I'm trying to update my rsync on os x 10.4.5.

downloaded the latest rsync-2.6.7.tar.gz
as described in the configure --help I started ./configure and the  
output tells me that all works out fine.


then running rsync (in /usr/local/bin) in bash the output still tells  
me, it would be: rsync  version 2.6.0  protocol version 27



what am I doing wrong?




thanks


Simon
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: installing/updating rsync 2.6.7 on os x

2006-03-15 Thread Paul Slootman
On Wed 15 Mar 2006, Simon Margulies wrote:

 I'm trying to update my rsync on os x 10.4.5.
 
 downloaded the latest rsync-2.6.7.tar.gz
 as described in the configure --help I started ./configure and the  
 output tells me that all works out fine.
 
 then running rsync (in /usr/local/bin) in bash the output still tells  
 me, it would be: rsync  version 2.6.0  protocol version 27

You don't mention actually compiling and installing the new version of
rsync, only configuring the source.  I hope you realize those steps are
also necessary? Those are the first lines in the INSTALL documentation
file...


Paul Slootman
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html