... but now I am able to post it (++postcounter).
So, here is my solution to get it running ... maybe it's useful for
someone:
- Get the latest RPM from slimdevices:
http://downloads.slimdevices.com/nightly/index.php?ver=7.9
- Install it:
Code:
--------------------
rpm -i logitechmediaserver-<latest>.noarch.rpm
--------------------
- Pull the slimserver vendor stuff:
Code:
--------------------
git clone https://github.com/Logitech/slimserver-vendor.git
--------------------
- Build the Slimserver vendor stuff:
Code:
--------------------
cd slimserver-vendor/CPAN
sh ./buildme.sh
--------------------
- Copy the freshly build modules into the squeezebox module tree:
Code:
--------------------
cp -prav build/arch /usr/share/squeezeboxserver/CPAN/
--------------------
- Setup the firewall by editing /etc/sysconfig/SuSEfirewall2
Code:
--------------------
FW_SERVICES_EXT_UDP="... 17784 ..."
FW_ALLOW_FW_BROADCAST_EXT="... 17784 ..."
FW_SERVICES_EXT_TCP="... 3483 9000 9090 ..."
--------------------
- Start the LMS:
Code:
--------------------
/etc/init.d/squeezeboxserver start
--------------------
I am not a perl guy (but a linux one), and it took me some time to
figure out that LMS has it's own INC mechanism (that was the reason that
no standard installations of missing perl modules solved e.g.
YAML::XS).
The reference to slimserver-vendor.git was fine, but there was no hint
how the build perl modules should be installed.
my 2 cents,
gromeck
------------------------------------------------------------------------
gromeck's Profile: http://forums.slimdevices.com/member.php?userid=63783
View this thread: http://forums.slimdevices.com/showthread.php?t=100402
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix