configure fail: libmpg123 version problems
Added by Jeff Biss almost 8 years ago
compiling audacious-plugins is a slow slog. I've been encountering dependency problems and installing what the configure process has been complaining about, but am having problems with libmpg123. At first error, I didn't pay that much attention to the version and so I downloaded libmpg123-0_1.23.8-1+b1_amd64.deb. I installed that only to find that audacious-plugins configure now complained that it wasn't 1.12, so I searched for that version and downloaded and installed libmpg123-0_1.12.1-3.2ubuntu1_amd64.deb, but I'm still getting the "Missing dependency for MP3 support libmpg123 >= 1.12" error.
Is there another libmpg123 ver1.12? This is a Debian test VM, not Ubuntu, if that matters.
Replies (4)
RE: configure fail: libmpg123 version problems
-
Added by John Lindgren almost 8 years ago
No there isn't, once again you need to install the headers. It will be the same with every library.
RE: configure fail: libmpg123 version problems
-
Added by Jeff Biss almost 8 years ago
I found out about the libmpg123-dev and installed that.
So, is there a file that I can reference that lists the dependencies so that I can install them in an orderly fashion rather than what I'm doing now, looking for what configure tells me it can't find?
RE: configure fail: libmpg123 version problems
-
Added by John Lindgren almost 8 years ago
Yes, the top "sticky" post on this forum has a list.
http://redmine.audacious-media-player.org/boards/1/topics/788
RE: configure fail: libmpg123 version problems
-
Added by Jeff Biss almost 8 years ago
John,
Thanks for pointing me to that. I didn't look at the obvious because the RPi uses Debian, I just didn't think of looking there. I got it now though.