Re: [mpg123-devel] Building mpg123 under Ubuntu
Brought to you by:
sobukus
From: Dave R. <dre...@ya...> - 2011-07-09 16:42:11
|
Is there an alsa-devel, or something like that? I didn't see anything appropriate.... or are you talking about the mpg123-dev package? I shouldn't need that if I've downloaded the entire mpg123 tarball from SourceForge, should I? --Dave ________________________________ From: JonY <jo...@us...> To: Dave Rensberger <dre...@ya...> Cc: "mpg...@li..." <mpg...@li...> Sent: Saturday, July 9, 2011 12:31 PM Subject: Re: [mpg123-devel] Building mpg123 under Ubuntu On 7/10/2011 00:21, Dave Rensberger wrote: > Hi, > > I'm trying to build mpg123-1.13.3 under Ubuntu 11.04. Ubuntu 11.04 appears to have ALSA support, but not OSS (I'm making this assumption, because there's no /dev/dsp, but there are files in /dev/snd/... I'm not actually familiar enough with Ubuntu yet to know how to find its kernel configuration). > > When I do a plain ./configure, it seems to autodetect OSS, which makes mpg123 fail at runtime because it can't find the right device file. If I try to force it to build with ALSA, using "./configure --with-audio=alsa", it fails the configuration process with this: > > Limiting outputs to build according to your preference: alsa dummy > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for snd_pcm_open in -lasound... no > checking if you are too dumbing dumb for the dummy... no > configure: error: One/some of your requested audio modules failed the test! > > > What gives? > > Thanks, > --Dave > Hi, have you installed the corresponding devel packages from apt? |