Thanks for the input. I had a second go at it this weekend. It turns out that CPAN wasn't configured correctly. The error message is a bit cryptic, but after a good amount of searching I came across this post: http://petherton.pwp.blueyonder.co.uk/SlimServer/iTunesUpdate_V2.1.4.zip
Turns out CPAN could not find the 'make' command. So here is what I think you need to do to fix this error: (1) Checked whether make is installed (if not, you need to install the Developer Tools from the Installation DVD). > which make Should give you something like: /usr/bin/make (2) Configure CPAN. > sudo cpan cpan> o conf make /usr/bin/make cpan> install Mac::AppleScript::Glue I had to run 'force install Mac::AppleScript::Glue', but that might be because I messed up something else previously. Thanks // pascal -- pwever ------------------------------------------------------------------------ pwever's Profile: http://forums.slimdevices.com/member.php?userid=13873 View this thread: http://forums.slimdevices.com/showthread.php?t=39930 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
