On Wed, Jul 18, 2001 at 03:42:11PM -0700, Sudarshan Ramaswamy wrote:
> Hi
> 
> I am new to rsync. I have installed rsyn2.4.6  in my home directory. I
> can rsh to any machine without any passwd as we have NIS .
> 
> rsync  works perfectly on my local machine ie if
> 
> I rsync within the same machine it works ok. But when I rsync from a
> differnt machine or to  a different machine it gives me  the following
> error
> 
> my homedir = HOMEDIR
> 
> machine1:/HOMEDIR/rsync246/bin/rsync /x/*.c  machine2:/y  gives .
>  building file list ... done
> ld.so.1: rsync: fatal: relocation error: symbol not found: stat64:
> referenced in rsync
> unexpected tag 101

I take it this is Solaris? What this means is that your rsync binary
was compiled on Solaris 2.6, 7, or 8 and you're trying to run it on a
Solaris 2.5.1 machine (which does have stat64 in libc).

Is this what is happening?

-- 
albert chin ([EMAIL PROTECTED])

Reply via email to