%general-entities; ]> libogg-&libogg-version; Libogg Introduction to libogg The libogg package contains the Ogg file structure. This is useful for creating (encoding) or playing (decoding) a single physical bit stream. &lfs121_checked; Download (HTTP): Download (FTP): Installation of libogg Install libogg by running the following commands: ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libogg-&libogg-version; make To test the results, issue: make check. Now, as the root user: make install 32-bit Installation of libogg First clean the directory: make distclean Install lib32-libogg by running the following commands: CC="gcc -m32" CXX="g++ -m32" \ ./configure --prefix=/usr \ --libdir=/usr/lib32 \ --host=i686-pc-linux-gnu \ --disable-static make Now, as the root user: make DESTDIR=$PWD/DESTDIR install cp -vr DESTDIR/usr/lib32/* /usr/lib32 rm -rf DESTDIR ldconfig Command Explanations Contents Installed Programs Installed Library Installed Directories None libogg.so /usr/include/ogg and /usr/share/doc/libogg-&libogg-version; Short Descriptions libogg.so provides the functions required for programs to read or write Ogg formatted bit streams libogg.so