Hi All
Has anyone had any luck in getting djoole's LMS plugin working on FreeNAS 9.1? I've upgraded my NAS to 9.1, created a plugins jail, and run the LMS installation procedure which worked flawlessly on FreeNAS 8.3.1. However, on 9.1 the installation appears to work, but LMS does not run. Here are the error logs I see when I try to start it manually:
root@lms:/lms-freenas-amd64-7.8.0-1342011222 # sh
/usr/local/etc/rc.d/lms onestart
mkdir: /var/run/lms: File exists
Starting lms.
The following CPAN modules were found but cannot work with Logitech
Media Server:
Audio::Scan:
Can't load '/usr/local/lms/CPAN/arch/5.14/amd64-freebsd/auto/Audio/Scan/Scan.so'
for module Audio::Scan: Shared object "libz.so.5" not found, required
by "Scan.so" at /usr/local/lib/perl5/5.14/mach/DynaLoader.pm line 190.
at (eval 45) line 2
Compilation failed in require at (eval 45) line 2.
BEGIN failed--compilation aborted at (eval 45) line 2.
Image::Scale:
Can't load '/usr/local/lms/CPAN/arch/5.14/amd64-freebsd/auto/Image/Scale/Scale.so'
for module Image::Scale: Shared object "libz.so.5" not found, required
by "Scale.so" at /usr/local/lib/perl5/5.14/mach/DynaLoader.pm line
190.
at (eval 101) line 2
Compilation failed in require at (eval 101) line 2.
BEGIN failed--compilation aborted at (eval 101) line 2.
To fix this problem you have several options:
1. Install the latest version of the module(s) using CPAN: sudo cpan
Some::Module
2. Update the module's package using apt-get, yum, etc.
3. Run the .tar.gz version of Logitech Media Server which includes all
required CPAN modules.
Any ideas on this would be much appreciated.
Thanks.