Triode wrote: 
> OK will leave you with this as it looks specific to that library and
> archiecture rather than anything in squeezelite.

Triode,  I resolved the issue and will leave a trace here in case
someone else encounters a segment fault error on these little devices
that are becoming more and more popular (imagine a fully functional,
FLAC capable, sub $45 assembly that can also act as a portable server).

The issue is resolved in the newest version of libmad, so I went ahead
and re-compiled to the latest source with the help of a procedure that
was written by user purch in the forum link below.
http://www.solid-run.com/phpbb/viewtopic.php?f=4&t=1124

They have submitted the fix and it is in the next Ubuntu version only.
Let's build it for our Ubuntu Quantal.
Code:
mkdir -p ~/build/libmad
cd ~/build/libmad
sudo apt-get install fakeroot dpkg-dev build-essential
sudo apt-get source libmad0
sudo apt-get build-dep libmad0
sudo chown your_user.your_user libmad* -R
dpkg-source -x libmad_0.15.1b-7ubuntu1.dsc
cd libmad-0.15.1b/
dpkg-buildpackage  -rfakeroot -b
sudo dpkg -i ../libmad0_0.15.1b-7ubuntu1_armhf.deb
sudo apt-get hold libmad0
sudo service mpd restart
mpc update

I had to make  some additional tweaks for my environment, but now I have
SqueezeLite working!


------------------------------------------------------------------------
sle118's Profile: http://forums.slimdevices.com/member.php?userid=35009
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to