georgi / audite

Portable mp3 player for Ruby
http://georgi.github.com/audite
MIT License
102 stars 17 forks source link

undefined symbol: mpg123_spf #6

Closed dheaney closed 11 years ago

dheaney commented 11 years ago

I just installed audite with the instructions from the README:

 apt-get install libportaudiocpp0 portaudio19-dev libmpg123-dev
 gem install audite

Everything seemed to install correctly, but I get a couple of errors when running the example:

 ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
 ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
 ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
 ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
 ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
 ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
 ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
 ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
 ruby: symbol lookup error: /home/dj/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/audite-0.1.5/lib/mpg123.so: undefined symbol: mpg123_spf

Any ideas?

Thanks

georgi commented 11 years ago

You need a newer Version of mpg123. Maybe I will backport a fix.

dheaney commented 11 years ago

Thanks