I followed the steps below to try to get up and running with SqueezeCenter 7.0.0 on Mac OS X 10.4.11. Here's what happened.
1. Install appropriate XCode developer tools from Apple's Developer Connection site, http://developer.apple.com/tools/download/ . 2. Install MacPorts from http://www.macports.org/install.php . I used the prepackaged installer for Tiger. For some reason the MacPorts installer did not update by shell configuration script as promised, but I was able to do this manually, as described under MacPorts "Source Installation" instructions. For my bash shell, I simply added the line export PATH=/opt/local/bin:/opt/local/sbin:$PATH to my .profile file in my home directory with BBEdit. 3. Use MacPorts to install openssl. sudo port install openssl I confirmed that openssl can be invoked from the shell. 4. Follow the existing instructions for installing p5-net-ssleay and p5-io-socket-ssl. I was able to enter my MLB Gameday info in the plugin settings, but when I tried to connect to a broadcast via the plugin, it told me that "SSL dependencies not found". MacPorts like to put all of the tools it builds into a special directory, /opt/local/bin, including perl, and I'm guessing that SqueezeCenter might wind up running the pre-existing perl installation, in /usr/bin, which of course might not be able to find anything Perl modules installed by MacPorts. I don't know enough about Perl to poke around in there, however. -- radiomd ------------------------------------------------------------------------ radiomd's Profile: http://forums.slimdevices.com/member.php?userid=17356 View this thread: http://forums.slimdevices.com/showthread.php?t=46832 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
