On Fri, Sep 03, 2010 at 05:50:31PM -0500, [email protected] wrote: > > Invoking mpg123-1.5.1 displays the following: > > [module.c:110] error: Failed to open module alsa: file not found > [module.c:110] error: Failed to open module oss: file not found > [audio.c:179] error: Unable to find a working output module in this > list: alsa,oss > [audio.c:464] error: Failed to open audio output module > [mpg123.c:767] error: Failed to initialize output, goodbye. > > However, mpg123-1.12.1 works perfectly. I've compiled both on > development BLFS and LFS 6.6. It's not a significant problem as I've > retained 1.12.1. I attempted 1.5.1 only as I saw it listed in the most > recent BLFS documentation. The compilation steps appears identical and > I see no new dependencies. Has anyone else had this problem. If so, > what might I have done wrong?
Versions up to and including 1.8.* seem to have been broken by libtool-2.2.6b (google found a bug, maybe for arch-linux - whoever it was, they filed upstream but it was sitting untouched). By the time I noticed this, 1.12.3 was current and as you say, it works. BLFS was stuck on its LFS-6.5 target at the time and it will take a long time to catch up, if it ever does (there are too many packages that nobody cares about). In general, whenever something breaks, try a newer version if there is one. After that, if upstream has an available view of development (cvsweb or cgit), look there. And check distro source for patches or seds. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
