Quantcast
Channel: Squeezebox : Community : Forums - Linux / Unix
Viewing all articles
Browse latest Browse all 1518

Media Server on NetBSD

$
0
0
Am running NetBSD 4.0 at present (old version I know but otherwise working fine so will upgrade in due course).

Trying to install Logitech Media Server 7.7.2, using the Perl source. Have built the required modules manually (untar, perl Makefile.PL, make, make install). It's not complaining about missing modules.

When I try to start LMS I get the following:

# ./slimserver.pl
Your locale was detected as C, you may have problems with non-Latin filenames. Consider changing your LANG variable to the correct locale, i.e. en_US.utf8
NOTE: Class::XSAccessor 1.05+ not found, install it for better performance
Can't locate loadable object for module Media::Scan in @INC (@INC contains: /usr/local/bin/lms/CPAN/arch/5.14/x86_64-netbsd-thread-multi /usr/local/bin/lms/CPAN/arch/5.14/x86_64-netbsd-thread-multi/auto /usr/local/bin/lms/CPAN/arch/5.14.2/x86_64-netbsd-thread-multi /usr/local/bin/lms/CPAN/arch/5.14.2/x86_64-netbsd-thread-multi/auto /usr/local/bin/lms/CPAN/arch/5.14/x86_64-netbsd-thread-multi /usr/local/bin/lms/CPAN/arch/5.14/x86_64-netbsd-thread-multi/auto /usr/local/bin/lms/CPAN/arch/x86_64-netbsd-thread-multi /usr/local/bin/lms/lib /usr/local/bin/lms/CPAN /usr/local/bin/lms /usr/local/bin/lms /usr/pkg/lib/perl5/site_perl/5.14.0/x86_64-netbsd-thread-multi /usr/pkg/lib/perl5/site_perl/5.14.0 /usr/pkg/lib/perl5/vendor_perl/5.14.0/x86_64-netbsd-thread-multi /usr/pkg/lib/perl5/vendor_perl/5.14.0 /usr/pkg/lib/perl5/5.14.0/x86_64-netbsd-thread-multi /usr/pkg/lib/perl5/5.14.0 .) at /usr/local/bin/lms/Slim/Utils/Scanner/LMS.pm line 18.
Compilation failed in require at /usr/local/bin/lms/Slim/Utils/Scanner/LMS.pm line 18.
BEGIN failed--compilation aborted at /usr/local/bin/lms/Slim/Utils/Scanner/LMS.pm line 18.
Compilation failed in require at /usr/local/bin/lms/Slim/Control/Commands.pm line 46.
Compilation failed in require at /usr/local/bin/lms/Slim/Control/Request.pm line 434.
BEGIN failed--compilation aborted at /usr/local/bin/lms/Slim/Control/Request.pm line 434.
Compilation failed in require at /usr/local/bin/lms/Slim/Player/Client.pm line 32.
Compilation failed in require at /usr/local/bin/lms/Slim/Utils/Alarm.pm line 48.
BEGIN failed--compilation aborted at /usr/local/bin/lms/Slim/Utils/Alarm.pm line 48.
Compilation failed in require at /usr/local/bin/lms/Slim/Buttons/Alarm.pm line 12.
BEGIN failed--compilation aborted at /usr/local/bin/lms/Slim/Buttons/Alarm.pm line 12.
Compilation failed in require at /usr/local/bin/lms/Slim/Buttons/Common.pm line 41.
BEGIN failed--compilation aborted at /usr/local/bin/lms/Slim/Buttons/Common.pm line 41.
Compilation failed in require at ./slimserver.pl line 188.
BEGIN failed--compilation aborted at ./slimserver.pl line 188.

It's claiming that it can't find Media::Scan, however I've checked and it's in the include path.

Using NetBSD 4.0/amd64 (running in 64-bit mode).

Any suggestions? By my own admission I'm no perl guru...

Viewing all articles
Browse latest Browse all 1518

Trending Articles