Link to home
Start Free TrialLog in
Avatar of joaotelles
joaotellesFlag for United States of America

asked on

Solaris 10 - symbol locale_charset: referenced symbol not found

Hi,

Im trying to run rsync and Im getting the following:

ld.so.1: rsync: fatal: relocation error: file /usr/local/bin/rsync: symbol locale_charset: referenced symbol not found
Killed


I have this rsync version:
  1  SMCrsync     rsync
                  (sparc) 3.0.8

command Im using:
  ${RSYNC} --files-from=${INCLUDE} --exclude-from=${EXCLUDE} --delete-before /opt/smarttrust/dpa ${i}:/opt/smarttrust/dpa/


Any idea?
Avatar of arnold
arnold
Flag of United States of America image

What locale/character set used on your system?
ASKER CERTIFIED SOLUTION
Avatar of Brian Utterback
Brian Utterback
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joaotelles

ASKER

iconv not found but problem solved.