If you as I, have been trying to get CarbonCopy (CCC) to work on your IntelMac, and successfully failed, then what?

Well as it turnes out it looks like the problem is not CCC, but psync which is used to do the actual copy, so if you did click the ‘install psync’ in CCC, then it will install a psync which is compiled for Perl 5.8.1 – guess what 10.4.8 comes with Perl 5.8.6.

So what you need to do is

1) remove the ‘wrong’ version of psync;

# sudo rm /usr/bin/psync
# sudo rm -rf /Library/Perl/5.8.1

2) install the development tools
3) download MacOSX::File from CPAN (http://search.cpan.org/dist/MacOSX-File/)
4) compile and install it

# tar zxfv MacOSX-File-0.71.tar.gz
# cd MacOSX-File-0.71
# perl Makefile.pl
# make
# make test
# sudo make install

And then CCC should work…. That is not so difficult, but slightly anoying.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
Click to hear an audio file of the anti-spam word

Set your Twitter account name in your settings to use the TwitterBar Section.