<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>HowTo Install Logitech Media Server on armel and Debian jessie - bookworm</title>
        <description>Install Logitech Media Server, LMS

[color=#0033FF]bodhi&#039;s 10 Dec 2024 note: [url=https://forum.doozan.com/read.php?2,28737,138644#msg-138644]See here [/url] for Installation on Debian bookworm.[/color]


LMS  7.9 has not been officially released yet. But someone has compiled a version of it for armel processors. The file is found here:

[url=https://server.vijge.net/static/squeezebox/arm-linux-gnueabi-thread-multi-64int.tar.gz]Link to compiled armel version of LMS 7.9.0[/url]

But there are no detailed instructions on how to use it. The only direction is: 
“extract to /usr/share/squeezeboxserver/CPAN/arch/5.20/&quot;

If you go to your Terminal now and cd to: /usr/share/squeezeboxserver/CPAN/arch/5.20
you will get: 
-bash: cd: /usr/share/squeezeboxserver/CPAN/arch/5.20: No such file or directory

First we install LMS 7.9.0, even though we know it would not work because the link to the nightly below here is not compiled for armel. The idea is to give us the directory structure we need to extract the compiled version into. And this is a crucial bit of information not provided in the link above. 

PLEASE NOTE: The download link below here might now work. As LeggoMyEggo pointed out below, the link changes often. It&#039;s the nightly build. The best way to resolve this problem is go here:

[url=http://downloads-origin.slimdevices.com/nightly/?ver=7.9]Nightly build link to LMS[/url]

Then right click on &quot;Logitech Media Server: Debian Installer Package (i386, x86_64, ARM EABI, PowerPC)&quot; then if you&#039;re using Firefox, do &quot;Copy Link Location,&quot; paste the result in a text document, and then add &quot;wget&quot; in front of that result and that will be your download link. I believe that will give you the latest build link. Use that instead of the one below here, which you should now use as a reference to compare with your results.

[code]
wget http://downloads.slimdevices.com/nightly/7.9/sc/858e1e0/logitechmediaserver_7.9.0~1466175427_all.deb
dpkg -i logitechmediaserver_7.9.0~1465358341_all.deb
[/code]

You are mostly likely to get a dependency error. Follow through with the directions and do:

[code]
apt-get -f install
[/code]

Perl will be happy and your version of it might be: 5.20.2-3+deb8u5 
And now the needed directory we need is created, you can check using, again:

cd: /usr/share/squeezeboxserver/CPAN/arch/5.20

Stop server: [code]
service logitechmediaserver stop
[/code]

And you can tell your current install won&#039;t work by issuing: 
service logitechmediaserver start

You are likely to get:

&quot;Making sure that Logitech Media Server is not running first: start-stop-daemon: warning: failed to kill 10653: No such process
No process in pidfile &#039;/var/run/logitechmediaserver.pid&#039; found running; none killed.
Starting Logitech Media Server.&quot;

Despite that last line, if you cd to /var/log/squeezeboxserver
and then: 
nano: server.log, 
you will find plenty of this line:
2016-06-18 22:42:32 Logitech Media Server died. Restarting.
2016-06-18 22:42:37 Logitech Media Server died. Restarting.
2016-06-18 22:42:42 Logitech Media Server died. Restarting.
2016-06-18 22:42:47 Logitech Media Server died. Restarting.
2016-06-18 22:42:52 Logitech Media Server died. Restarting.

To fix this, go to the Terminal

The first thing we do here is add a normal user to the system. So far, after the install of Jessie with bohdi&#039;s rootfs ‘Debian-4.4.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2”, “root” is the only user. And root is not a normal user, it&#039;s a super-user: the maker and destroyer of all things Linux.

[code]
adduser (YOUR CHOSEN USER NAME)
[/code]

Follow the prompts and accept defaults, or play around with more additions from here: 
[url=https://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-users.html]Add user to Debian[/url]

Then: cd /tmp, this is where you will download the compiled version of LMS 7.9 for Jessie on armel
[code]
wget http://server.vijge.net/static/squeezebox/arm-linux-gnueabi-thread-multi-64int.tar.gz
[/code]
 
Then you extract it to the directory we needed and created earlier. This one: /usr/share/squeezeboxserver/CPAN/arch/5.20

[code]
tar -xf arm-linux-gnueabi-thread-multi-64int.tar.gz -C /usr/share/squeezeboxserver/CPAN/arch/5.20
[/code]

And finally, reboot the box:
[code]
reboot -n
[/code]

If you&#039;re lucky as I was, LMS 7.9 is now working. And you can test by entering the IP address of your box: X.X.X.X:9000 in your browser. And there you will see the web-interface you will use to configure the server. 

I&#039;ve done what&#039;s described here and it works for me. I was able to listen to music from a USB stick. During configuration, if you external drive is mounted to media, you will find it there, along with your tunes, videos, pictures, etc. You don&#039;t need to monkey around with fstab for the server. But you should ensure your USB sticks or hard drive are mounting, or have mounted. 

As regards this, I&#039;ve chosen to use fstab for now, as USBmount is no longer supported. I got irritated with pmount, which is another alternative being maintained.

Before I go, thanks to bohdi, Gravelash and others who pushed me down the river on this one. I learned a few things along the way. And no damage was done. Now I have two USB sticks with installed and configured packages. If one fails, I simply plug the other and change directory settings, etc. Plenty more to learn, so off I go.....

====
bodhi&#039;s edit: update thread subject to reflect it is now Debian bookworm.</description>
        <link>https://forum.doozan.com/read.php?2,28737,28737#msg-28737</link>
        <lastBuildDate>Thu, 12 Mar 2026 08:27:05 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138657#msg-138657</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138657#msg-138657</link>
            <description><![CDATA[ eno789,<br />
<br />
&gt; Build instruction on armel bookworm<br />
<br />
Thanks!<br />
<br />
Up in the <a href="https://forum.doozan.com/read.php?2,23630,23630#msg-23630"  rel="nofollow">Wiki thread</a><br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Media Streaming <br />
<br />
Install Logitech Media Server on Debian wheezy <br />
Install Logitech Media Server on Debian jessie <br />
Install Logitech Media Server with nightly build (WIP) <br />
Install Logitech Media Server on Debian bookworm <br />
<b>Build Logitech Media Server on Debian bookworm</b></div></blockquote>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 12 Dec 2024 01:07:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138655#msg-138655</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138655#msg-138655</link>
            <description><![CDATA[ Build instruction on armel bookworm<br />
<br />
<pre class="bbcode">
# apt install -y build-essential nasm zlib1g-dev libgd-dev libmodule-install-perl</pre>
<br />
<br />
<pre class="bbcode">
$ git clone <a href="https://github.com/LMS-Community/slimserver-vendor.git"  rel="nofollow">https://github.com/LMS-Community/slimserver-vendor.git</a>
$ cd slimserver-vendor
$ git checkout -b public/8.4 remotes/origin/public/8.4                    # or 9.1 for LMS 9
$ cd CPAN
$ PATH=/sbin:$PATH ./buildme.sh 2&gt;&amp;1 | tee build.log</pre>
<br />
The build took about 5+ hours on an iConnect, and took about 3 hours on a M300 so better let it run in a detached session.<br />
The build result are files under build/arch/5.36/arm-linux-gnueabi-thread-multi-64int.<br />
<br />
Cheers!]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 11 Dec 2024 18:09:04 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138654#msg-138654</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138654#msg-138654</link>
            <description><![CDATA[ bodhi Wrote:<br />
-------------------------------------------------------<br />
&gt; eno789,<br />
&gt; <br />
&gt; Thanks! up in the<br />
&gt; <a href="https://forum.doozan.com/read.php?2,23630,23630#msg-23630"  rel="nofollow">Wiki<br />
&gt; thread</a>.<br />
&gt; <br />
<br />
Thank you @bodhi!<br />
I&#039;ve been using your rootfs/kernel/u-boot for many years. Only registered recently.]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 11 Dec 2024 17:54:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138649#msg-138649</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138649#msg-138649</link>
            <description><![CDATA[ @bodhi: I have not upgraded to Bookworm, still on ver 10, whatever that is (Buster?)]]></description>
            <dc:creator>mikeh49</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 11 Dec 2024 11:07:49 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138645#msg-138645</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138645#msg-138645</link>
            <description><![CDATA[ eno789,<br />
<br />
Thanks! up in the <a href="https://forum.doozan.com/read.php?2,23630,23630#msg-23630"  rel="nofollow">Wiki thread</a>.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Media Streaming <br />
<br />
OpenMediaVault <br />
Debian Stretch and OMV4 <br />
Streaming music from Kirkwood plugs to IOS devices via WiFi <br />
Create Your Own In-Home Radio Station Using a Pogoplug Mobile <br />
Install Logitech Media Server on Debian wheezy <br />
Install Logitech Media Server on Debian jessie <br />
Install Logitech Media Server with nightly build (WIP) <br />
<b>Install Logitech Media Server on Debian bookworm</b> <br />
Plex media server on PogoPlug <br />
Airplay on a Pogoplug <br />
Add USB sound card <br />
Gerbera Media Server <br />
Marantz receiver Airplay with power and volume control</div></blockquote>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 10 Dec 2024 21:01:38 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138644#msg-138644</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138644#msg-138644</link>
            <description><![CDATA[ Installation instruction for Kirkwood devices &amp; Debian bookworm (Debian 12):<br />
<br />
1. Download LMS from <a href="https://lyrion.org/downloads/"  rel="nofollow">https://lyrion.org/downloads/</a> for LMS 9, or <a href="https://lyrion.org/downloads/archive/"  rel="nofollow">https://lyrion.org/downloads/archive/</a> for LMS 8. Pick a version, then download the logitechmediaserver_8.5.2_arm.deb or lyrionmusicserver_9.0.0_arm.deb.<br />
<br />
2. Download the perl CPAN modules<br />
<a href="https://www.dropbox.com/scl/fi/5c09pe2fn3vju1s0nxabz/LMS8-perl5.36-CPAN-armel.tar.gz?rlkey=02yccpsfmdc1tegydliwpsq28&amp;st=sz3j8f64&amp;dl=0"  rel="nofollow">LMS8-perl5.36-CPAN-armel.tar.gz</a><br />
or<br />
<a href="https://www.dropbox.com/scl/fi/10z2e78ti3k34hcr403qu/LMS9-perl5.36-CPAN-armel.tar.gz?rlkey=tpkx4aca4qqhk9afofnfktcqn&amp;st=e1r9dlrl&amp;dl=0"  rel="nofollow">LMS9-perl5.36-CPAN-armel.tar.gz</a><br />
<br />
3. As root<br />
<pre class="bbcode">
# mkdir -p /usr/share/squeezeboxserver/CPAN/arch/5.36
# cd /usr/share/squeezeboxserver/CPAN/arch/5.36

# tar xvzf /path/to/LMS8-perl5.36-CPAN-armel.tar.gz
# apt install /path/to/logitechmediaserver_8.5.2_arm.deb
# /usr/sbin/squeezeboxserver --help
# systemctl start logitechmediaserver

or

# tar xvzf /path/to/LMS9-perl5.36-CPAN-armel.tar.gz
# apt install /path/to/lyrionmusicserver_9.0.0_arm.deb
# /usr/sbin/squeezeboxserver --help
# systemctl start lyrionmusicserver</pre>
<br />
4. navigate to <a href="http://hostname:9000"  rel="nofollow">http://hostname:9000</a>]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 10 Dec 2024 20:26:48 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138641#msg-138641</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138641#msg-138641</link>
            <description><![CDATA[ mike,<br />
<br />
&gt; I&#039;m running LMS 8 on a Dell Kace M300 with an old<br />
&gt; 128GB SSD plugged into the SATA connector on the<br />
&gt; Dell MB and zip tied in place.  The SSD is<br />
&gt; partitioned 4GB ext3 for OS and remainder for<br />
&gt; music.  I&#039;ve upgraded from 7.x to 8.x with no Perl<br />
&gt; module issues.<br />
<br />
Have you upgraded to bookworm?]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 10 Dec 2024 13:53:34 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138639#msg-138639</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138639#msg-138639</link>
            <description><![CDATA[ I&#039;m running LMS 8 on a Dell Kace M300 with an old 128GB SSD plugged into the SATA connector on the Dell MB and zip tied in place.  The SSD is partitioned 4GB ext3 for OS and remainder for music.  I&#039;ve upgraded from 7.x to 8.x with no Perl module issues.]]></description>
            <dc:creator>mikeh49</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 10 Dec 2024 11:18:30 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138633#msg-138633</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138633#msg-138633</link>
            <description><![CDATA[ Just found out that the perl CPAN modules I built is only for LMS 9, there&#039;s error using those with LMS 8.<br />
<br />
So I just started a build for LMS 8.<br />
<br />
I&#039;ll document the build and installation step in the next couple of days.]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 09 Dec 2024 21:12:48 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138632#msg-138632</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138632#msg-138632</link>
            <description><![CDATA[ eno789,<br />
<br />
&gt; We can now change the title of thread to include<br />
&gt; bookworm.<br />
<br />
Could you put the info in to one post (so I can add it to the Wiki). Don&#039;t need to be elaborate, just the combination of what you did in your mutilple posts.<br />
<br />
Thanks!]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 09 Dec 2024 19:16:34 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138631#msg-138631</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138631#msg-138631</link>
            <description><![CDATA[ Hi Mike, yes I built the modules using the buildme.sh from <a href="https://github.com/LMS-Community/slimserver-vendor/tree/public/9.1/CPAN"  rel="nofollow">https://github.com/LMS-Community/slimserver-vendor/tree/public/9.1/CPAN</a>.<br />
<br />
I used a meagre iConnect (spec. <a href="https://openwrt.org/toh/iomega/iconnect"  rel="nofollow">https://openwrt.org/toh/iomega/iconnect</a>) and it took close to 6 hours to finish, LOL.<br />
<br />
Having tried LMS 9.0.0 on a raspi 3B, I might try LMS 8.5 on a Kace M300 I just got, as that might require fewer resources.<br />
<br />
Glad my build can help other people, based on what I read, armel won&#039;t be supported in the official release, so we need to help each other.]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 09 Dec 2024 18:15:22 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138626#msg-138626</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138626#msg-138626</link>
            <description><![CDATA[ Thanks @eno, this is great!  Did you build the modules using the <i>buildme.sh</i> script on the github?  What machine did you use.  I tried to build a few years ago and could not get the script to work on a kirkwood box.  A LMS forum member sent me his 5.28 modules for Buster.  Again, thanks.]]></description>
            <dc:creator>mikeh49</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 09 Dec 2024 12:03:39 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138624#msg-138624</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138624#msg-138624</link>
            <description><![CDATA[ Yep, it&#039;s working.<br />
<br />
I uploaded the compiled files LMS-perl5.36-CPAN-armel.tar.gz at <a href="https://www.dropbox.com/scl/fi/0e9t25aj74m3pe8l2ui38/LMS-perl5.36-CPAN-armel.tar.gz?rlkey=cemrdmvtgjv2khtmpviimtjqf&amp;st=w8vgf9r5&amp;dl=0"  rel="nofollow">dropbox</a><br />
<br />
After installing the deb, just do<br />
<br />
<pre class="bbcode">
cd /usr/share/squeezeboxserver/CPAN/arch/5.36/
tar -xzvf /path/to/LMS-perl5.36-CPAN-armel.tar.gz</pre>
<br />
We can now change the title of thread to include bookworm.]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 08 Dec 2024 23:23:08 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138622#msg-138622</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138622#msg-138622</link>
            <description><![CDATA[ Turns out the deb only supports aarch64-linux-thread-multi arm-linux-gnueabi<b>hf</b>-thread-multi-64int<br />
<br />
So I&#039;m following the instruction at <a href="https://github.com/LMS-Community/slimserver-vendor/tree/public/9.1/CPAN"  rel="nofollow">https://github.com/LMS-Community/slimserver-vendor/tree/public/9.1/CPAN</a> to compile the CPAN modules.<br />
The build is still going, once finishes I think I can bring LMS up on bookworm.<br />
<br />
See also <a href="https://github.com/LMS-Community/slimserver/issues/269"  rel="nofollow">https://github.com/LMS-Community/slimserver/issues/269</a>]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 08 Dec 2024 18:18:27 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138621#msg-138621</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138621#msg-138621</link>
            <description><![CDATA[ Speak too soon. The deb installed fine, but even just try to launch &quot;/usr/sbin/squeezeboxserver --help&quot; errored out<br />
<br />
<pre class="bbcode">
The following modules failed to load: DBI EV XML::Parser::Expat HTML::Parser JSON::XS Digest::SHA1 YAML::XS Sub::Name


This is perl 5, version 36, subversion 0 (v5.36.0) built for arm-linux-gnueabi-thread-multi-64int
(with 53 registered patches, see perl -V for more detail)
...
</pre>]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 08 Dec 2024 16:09:35 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,138619#msg-138619</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,138619#msg-138619</link>
            <description><![CDATA[ I&#039;m thinking of moving my LMS from an old NAS to one of my kirkwood boxes, so I looked around for installation instruction.<br />
<br />
Turns out the latest release of arm deb includes support for armel &amp; various versions of perl (including perl 5.36 of bookworm). So the installation can be greatly simplified.<br />
<br />
All you need to do is goto <a href="https://lyrion.org/downloads/"  rel="nofollow">https://lyrion.org/downloads/</a><br />
<br />
<pre class="bbcode">
wget <a href="https://downloads.lms-community.org/LyrionMusicServer_v9.0.0/lyrionmusicserver_9.0.0_arm.deb"  rel="nofollow">https://downloads.lms-community.org/LyrionMusicServer_v9.0.0/lyrionmusicserver_9.0.0_arm.deb</a>
sudo apt install lyrionmusicserver_9.0.0_arm.deb
</pre>]]></description>
            <dc:creator>eno789</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 08 Dec 2024 15:31:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,89999#msg-89999</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,89999#msg-89999</link>
            <description><![CDATA[ I just got LMS running on the Dell Kace M300 using Bohdi&#039;s Jessie file system and his 5.2.9-tld-2 kernel for the M300, following (more or less) the process from @notoneofmyseeds.  I created the /usr/share/squeezeboxserver/... directory structure and extracted the &quot;compiled armel version&quot; into the 5.20 directory.  Turns out this compiled version is only the perl 5.20 modules for armel, e.g,. kirkwood.  One directory, named arm-linux-gnueabi-thread-multi-64int is created in the 5.20 directory; the armel indicator being the absence of &quot;hf&quot; on the gnueabi element. <br />
<br />
I then downloaded and installed the LMS 7.9.2 nightly, got the dependency problems, and eventually resolved them by running apt-get update.  Key point, is update the package lists <b>before</b> doing anything like this.  The install then ran, accepted my existing directory structure and the 5.20 directory now included directories for other architectures as well as our armel version.  <br />
<br />
All of this was done as root, so I think root is the owner.  I created another user, didn&#039;t do anything else, rebooted and LMS was running.  I&#039;m listening to internet radio while typing this.  <br />
<br />
After this, I think that all that is needed to run on different Debian versions on armel is to compile the perl modules for the version of perl on the machine.  Stretch is perl 5.24 and Buster is 5.28.  There are 5.24 and 5.28 modules for architectures other than armel in LMS for this nightly.  There are methods on forums.slimdevices.com about building your own stand-alone version of perl and then configuring LMS to use yours rather than its.  Too complicated for me at the moment.  Also, the LMS_vendor git has a script to build the perl modules but apparently it needs some tweaks and I don&#039;t fully understand them.  <br />
<br />
So, at the moment it is pretty straightforward to get LMS running on Jessie.]]></description>
            <dc:creator>mikeh49</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 15 Sep 2019 12:44:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,79589#msg-79589</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,79589#msg-79589</link>
            <description><![CDATA[ Could you please share your .deb for Stretch?]]></description>
            <dc:creator>eraguate</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 03 Mar 2019 09:29:46 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,69494#msg-69494</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,69494#msg-69494</link>
            <description><![CDATA[ id recomend sticking it up on github]]></description>
            <dc:creator>Gravelrash</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 08 Oct 2018 03:59:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,67494#msg-67494</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,67494#msg-67494</link>
            <description><![CDATA[ Hi Lille, how can I get a copy of your debian package???<br />
<br />
Thanks in advance<br />
<br />
VL]]></description>
            <dc:creator>Victor Lopez</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 10 Sep 2018 17:02:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,48159#msg-48159</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,48159#msg-48159</link>
            <description><![CDATA[ I&#039;ve built a debian package with bodhis latest Debian stretch Kirkwood rootfs on my NSA325. <br />
<br />
It&#039;s an 41M file but because of the file size I unfortunately can&#039;t attach it here for sharing. I do not use any cloud services for uploading files but I am for sure willing to share my created deb package of the LMS.]]></description>
            <dc:creator>lille</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 19 Jan 2018 11:19:10 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,48044#msg-48044</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,48044#msg-48044</link>
            <description><![CDATA[ the developer answered me and just fyi<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Michael</strong><br />
&gt; root@lms:~# perl -v<br />
&gt; <br />
&gt; This is perl 5, version 24, subversion 1 (v5.24.1) built for<br />
&gt; arm-linux-gnueabi-thread-multi-64int<br />
<br />
Unfortunately we don&#039;t have support for this platform yet. You&#039;ll have <br />
to try to build yourself.<br />
<br />
-- <br />
<br />
Michael</div></blockquote>
<br />
the pre-compiled binaries in the debian packages for arm won&#039;t work on armel.]]></description>
            <dc:creator>lille</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 17 Jan 2018 11:25:09 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,47724#msg-47724</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,47724#msg-47724</link>
            <description><![CDATA[ guys, please lead me in the right direction... ;-)<br />
<br />
I have downloaded an deb package for arm from here<br />
<br />
<a href="http://downloads.slimdevices.com/LogitechMediaServer_v7.9.0/"  rel="nofollow">http://downloads.slimdevices.com/LogitechMediaServer_v7.9.0/</a><br />
<br />
but the binaries aren&#039;t working correctly.]]></description>
            <dc:creator>lille</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 12 Jan 2018 07:08:41 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,30403#msg-30403</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,30403#msg-30403</link>
            <description><![CDATA[ Thanks notoneofmyseeds, bodhi, and Gravelrash.  I followed this to get LMS working on my jessie install.]]></description>
            <dc:creator>rado</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 29 Sep 2016 14:56:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,28774#msg-28774</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,28774#msg-28774</link>
            <description><![CDATA[ LeggoMyEggo Wrote:<br />
-------------------------------------------------------<br />
&gt; FYI, I also enabled squeezelite on the same device<br />
&gt; running logitechmediaserver and both services<br />
&gt; running together seem to behave fine.  I&#039;ll tuck<br />
&gt; the Guruplug it&#039;s running on someplace out of the<br />
&gt; way and control it&#039;s play either from the desktop<br />
&gt; or from Squeezer on my Android phone.  Cool.<br />
<br />
LeggoMyEggo:<br />
I&#039;ve seen mentions of  squeezelite, but was so focused on LMS, I did not pay much attention. What do you use it for, please? What are its features, was installation a simple apt-get install  squeezelite?<br />
<br />
Gravelrash:<br />
Thanks for the compliments. Simply pleased to give back.]]></description>
            <dc:creator>notoneofmyseeds</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 24 Jun 2016 11:15:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,28750#msg-28750</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,28750#msg-28750</link>
            <description><![CDATA[ FYI, I also enabled squeezelite on the same device running logitechmediaserver and both services running together seem to behave fine.  I&#039;ll tuck the Guruplug it&#039;s running on someplace out of the way and control it&#039;s play either from the desktop or from Squeezer on my Android phone.  Cool.]]></description>
            <dc:creator>LeggoMyEggo</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 23 Jun 2016 07:34:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,28745#msg-28745</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,28745#msg-28745</link>
            <description><![CDATA[ !!...HURRAH...!!  A working installation and instructions on how to do this + tested feedback<br />
<br />
<span style="color:#FF0033">*****************************<br />
***  WELL DONE ALL ***<br />
*****************************</span><br />
<br />
as my packaged .deb is not needed I will remove it from dropbox - thought i had better say that in case someone goes looking for it :)]]></description>
            <dc:creator>Gravelrash</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 23 Jun 2016 04:49:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,28744#msg-28744</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,28744#msg-28744</link>
            <description><![CDATA[ bodhi Wrote:<br />
-------------------------------------------------------<br />
&gt; &gt; It works and that is what is important.  Good<br />
&gt; job<br />
&gt; &gt; :)<br />
&gt; <br />
&gt; Yes, indeed. Thanks notoneofmyseeds :)<br />
<br />
bohdi and LeggoMyEggo; thanks for your compliments.<br />
<br />
bohdi; you have been such great help, as well as others, it was the least I could do.<br />
<br />
I have made the changes LeggoMyEggo pointed out. Both were errors I should have noticed. <br />
<br />
All should be good now.]]></description>
            <dc:creator>notoneofmyseeds</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 23 Jun 2016 02:42:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,28743#msg-28743</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,28743#msg-28743</link>
            <description><![CDATA[ &gt; It works and that is what is important.  Good job<br />
&gt; :)<br />
<br />
Yes, indeed. Thanks notoneofmyseeds :)]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 22 Jun 2016 22:26:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,28737,28742#msg-28742</guid>
            <title>Re: HowTo Install Logitech Media Server on armel and Jessie</title>
            <link>https://forum.doozan.com/read.php?2,28737,28742#msg-28742</link>
            <description><![CDATA[ Instructions worked for me on a Guruplug running OEM Debian Jessie with two exceptions. The download link you provided timed out so the one I used for the server deb package was &#039;wget <a href="http://downloads.slimdevices.com/nightly/7.9/sc/f67047a/logitechmediaserver_7.9.0~1466571941_all.deb&#039"  rel="nofollow">http://downloads.slimdevices.com/nightly/7.9/sc/f67047a/logitechmediaserver_7.9.0~1466571941_all.deb&#039</a>;.  That link can change daily so go <a href="http://downloads.slimdevices.com/nightly/index.php?ver=7.9"  rel="nofollow">here</a> to get the latest file package link url.   Also  I needed to omit the first &#039;/&#039; (which I have bolded) in the command &#039;tar -xf arm-linux-gnueabi-thread-multi-64int.tar.gz -C <b>&#039;/&#039;</b> /usr/share/squeezeboxserver/CPAN/arch/5.20&#039; .<br />
<br />
It works and that is what is important.  Good job :)]]></description>
            <dc:creator>LeggoMyEggo</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 22 Jun 2016 20:21:28 -0500</pubDate>
        </item>
    </channel>
</rss>
