Public bug reported:
ia32-libs in 8.04 is missing two very common sound processing libraries
in 32-bit games and multimedia applications: libvorbis and libmad.
Curiously libogg is already included. An example application is
StepMania, which seems to be impossible to compile on 64-bit Ubuntu.
Workaround: compile libvorbis and libmad manually and copy to
/usr/lib32. Steps:
1. Download libvorbis from xiph.org.
2. Unpack.
3. CFLAGS="-m32" LDFLAGS="-L/usr/lib32" ./configure --target=i386-linux-gnu
4. make
5. DESTDIR=/tmp make install
6. sudo cp /tmp/usr/local/lib/libvorbis* /usr/lib32
7. sudo ldconfig
The steps are identical for libmad.
** Affects: ia32-libs (Ubuntu)
Importance: Undecided
Status: New
--
ia32-libs is missing libvorbis and libmad
https://bugs.launchpad.net/bugs/249794
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs