Okay cool, I think I've got it. Couple of notes... I had to install Audio/WMA.pm outside of the build-modules-perl.pl script, which I think is a bug. I'll contact Andy and see if he thinks so too.
My presumption here is that Slimserver was using @INC to find executables and finding them in places I hadn't considered in my 6.5 slim purge. The last one I had to fix was /usr/sbin/slimserver-scanner (the 6.5 version). Once I removed that, it fell back to the correct version of slimserver-scanner and scanned my library (or at least, it's working towards that goal now). So, in a situation where you had been using a slimserver install into fairly standard location (/usr/share, /usr/sbin, etc.), then you move to a non-standard location, make sure that you get rid of all the stuff in the /usr/ locations because @INC will look in those spots first. Or at least that's what I think was going on. cheers, #!/ben -- bklaas "the Nokia770 skin guy" http://www.last.fm/user/bklaas/ ------------------------------------------------------------------------ bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58 View this thread: http://forums.slimdevices.com/showthread.php?t=37905 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
