> 2) recompile 64 bit version of rsync
> Tried that - tried setting LDFLAGS='-L/lib/64'
>   & recompiling rsync, but it did not seem to pick up the right libraries. 
> Suggestions?

Assuming you are running (t)csh and have the Sun Studio compiler, do:

  unsetenv LD_LIBRARY_PATH
  unsetenv LDFLAGS

  setenv CC /opt/SUNWspro/bin/cc
  setenv CFLAGS "-fast -s -m64"

  ./configure -C --disable-nls --prefix=/opt/local
  make
  make install


If you have a Bourne-like shell, replace "setenv XX YY" with "export XX=YY".
If you want the software to land in some other place, change the
"/opt/local" above.


Good luck -- Volker
-- 
------------------------------------------------------------------------
Volker A. Brandt                  Consulting and Support for Sun Solaris
Brandt & Brandt Computer GmbH                   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim                     Email: [EMAIL PROTECTED]
Handelsregister: Amtsgericht Bonn, HRB 10513              Schuhgröße: 45
Geschäftsführer: Rainer J. H. Brandt und Volker A. Brandt
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to