RobbH wrote: 
> Thanks, Philippe. libmad0 is installed now. I'll try switching binaries
> tomorrow, as well as working on generating the needed logs.

I had quite forgotten :o that running Raspbion OS Lite means that not
all the bits and pieces that are required for LMS are installed (as they
are in the Desktop [well mostly :)]

I keep several "spoof" sheets and I scrolled further down the page of
one and found this (from when I used to use "Lite",


Code:
--------------------
    
  sudo apt install -y libsox-fmt-all libflac-dev libfaad2 libmad0
  
  sudo apt install libio-socket-ssl-perl lame libcrypt-openssl-rsa-perl -y   
#(for ShairTunes)
  
--------------------


it is actually lifted from 

http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-stand-alone-squeezebox-server-and-player-for-bbq/

Any way I just ran the lines in the Desktop image, with the following
outcome


Code:
--------------------
    pi@raspberrypi:~ $ sudo apt install -y libsox-fmt-all libflac-dev libfaad2 
libmad0
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  libfaad2 is already the newest version (2.8.8-3).
  libfaad2 set to manually installed.
  libmad0 is already the newest version (0.15.1b-10).
  libmad0 set to manually installed.
  The following additional packages will be installed:
  libao-common libao4 libogg-dev libopencore-amrnb0 libopencore-amrwb0 
libsox-fmt-alsa libsox-fmt-ao libsox-fmt-base libsox-fmt-mp3 libsox-fmt-oss 
libsox-fmt-pulse libsox3
  Suggested packages:
  libaudio2 libsndio6.1
  The following NEW packages will be installed:
  libao-common libao4 libflac-dev libogg-dev libopencore-amrnb0 
libopencore-amrwb0 libsox-fmt-all libsox-fmt-alsa libsox-fmt-ao libsox-fmt-base 
libsox-fmt-mp3 libsox-fmt-oss
  libsox-fmt-pulse libsox3
  0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
  Need to get 1,154 kB of archives.
  After this operation, 2,888 kB of additional disk space will be used.
--------------------


and


Code:
--------------------
    pi@raspberrypi:~ $ sudo apt install libio-socket-ssl-perl lame 
libcrypt-openssl-rsa-perl -y
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  libio-socket-ssl-perl is already the newest version (2.060-3).
  The following additional packages will be installed:
  libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl
  Suggested packages:
  lame-doc
  The following NEW packages will be installed:
  lame libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl 
libcrypt-openssl-rsa-perl
  0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  Need to get 336 kB of archives.
  After this operation, 556 kB of additional disk space will be used.
--------------------


Hope this proves useful :)

ronnie


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to