I was able to run "perl slimserver.pl" and I attached the results, I hope. What do I do next? I also did "perl -v" as suggested before the "perl slimserver.pl" line.
Welcome in the dependancy hell: as you're using 64-bit Windows and Perl, the binary modules that come with slimserver don't work. You need 64-bit versions for these, too.
Run "ppm install dbd-mysql" and "ppm install yaml-syck" from a command window. You should see something like the following:
M:\>ppm install dbd-mysql Downloading DBD-mysql-3.0002...done Unpacking DBD-mysql-3.0002...done Generating HTML for DBD-mysql-3.0002...done Installing to site area...done 14 files installed M:\>ppm install yaml-syck Downloading YAML-Syck-0.71...done Unpacking YAML-Syck-0.71...done Generating HTML for YAML-Syck-0.71...done Installing to site area...done 11 files installed Then try to run perl slimserver.pl again as you did last time. -- Michael ----------------------------------------------------------------- http://www.herger.net/SlimCD - your SlimServer on a CD http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
