checking MOZ_PANGO_LIBS... -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0... checking for gconf-2.0 >= 1.2.1... checking for libgnome-2.0 >= 2.0... checking for libgnomeui-2.0 >= 2.2.0... checking for dbus-glib-1 >= 0.60... yes
checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
checking for snd_pcm_open in -lasound... no
configure: error: Ogg support on Linux requires the alsa library
*** Fix above errors and then restart with "make -f client.mk build"
make[1]: *** [configure] Error 1

Disable OGG support in your .mozconfig via

ac_add_options --disable-ogg

. If you want OGG support install libasound2-dev via

sudo apt-get install libasound2-dev

.


Replies: 3

  1. Mariano Sep 24, 2008 01:42am

    Thanks a lot, a very useful entry.

  2. Niels Oct 24, 2008 09:56pm

    Thanks, I also found it useful

  3. Ferstar Feb 15, 2009 02:52am

    I met the same problem today,thanks to your methods,I have made it.
    thank you very much!

Leave a Reply