Yes, I had the exact same issue. I believe the port is built with the wrong version of the json library, which is an issue that should be raised with the port maintainer.
So you have two options. You can do what I did, which is to change all the references to decode_json and encode_json to from_json and to_json (respectively). Kind of a pain, but realistically it only takes 20 minutes or so. Also, once you get it running check the log in /var/log/squeezecenter/server.log to make sure you didn't miss any. The other, probably better option is to uninstall the json library that the port installed and install the correct json library, but not having done this I can't give you detailed help. Let me know which option you go with, and for sure let me know if you get it working. Stephen -- sgunn ------------------------------------------------------------------------ sgunn's Profile: http://forums.slimdevices.com/member.php?userid=17545 View this thread: http://forums.slimdevices.com/showthread.php?t=47864 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
