Quoting Michael Haan <[EMAIL PROTECTED]>: > > I tried that, and got: > [EMAIL PROTECTED] slimserver # ./slimserver.pl > Can't locate auto/Compress/Zlib/autosplit.ix in @INC (@INC contains: >
Unfortunately this kind of thing is all too common right now. Many of the new features of slimserver6.0 required the use of binary Perl modules. Dan is working to include these for as many platforms as possible, but its not a complete list yet (with hundreds of possibilities to keep up with). If you have access to subversion, Dan has placed all the required modules here: http://svn.slimdevices.com/vendor/src (i think that's the right url) or you can get via viewcvs: http://cvs.slimdevices.com/vendor/src/?rev=2421 you can then compile them for your system. su -c 'perl -MCPAN -e "install Compress::Zlib"' should work for this particular problem I get most of mine from the last method, so I'm afraid I'm not able to give much more detail on the compiling. I'll have to leave that to Dan. -kdf _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
