Intenté instalar darkice con cojo. Para comstackrlo, necesito ALSA y Pulsaudio:
checking for lame library at /usr ... found at /usr checking for vorbis libraries at /usr ... configure: WARNING: not found, building without Ogg Vorbis checking for opus libraries at /usr ... configure: WARNING: not found, building without Ogg Opus checking for faac library at /usr ... configure: WARNING: not found, building without faac checking for aacplus library at /usr ... configure: WARNING: not found, building without aacplus checking for twolame library at /usr ... configure: WARNING: not found, building without twolame checking for alsa libraries at /usr/lib/alsa-lib ... configure: WARNING: not found, building without ALSA support checking for pulseaudio libraries at /usr/lib64/pulseaudio/libpulse ... configure: WARNING: not found, building without PULSEAUDIO support checking for jack libraries at /usr ... configure: WARNING: not found, building without JACK support checking for samplerate libraries at /usr ... configure: WARNING: not found, building libsamplerate support
Puedo agregar con --with-*-prefix=
una ruta para estas bibliotecas. Pero no tengo idea de en qué parte de mi sistema puedo encontrarlos, o qué necesito instalar, para comstackrlos.
Intenté /usr/lib
y /usr/lib64
, /usr/lib64
dos funciona.
Mi pregunta es de dónde obtengo estas bibliotecas?
sistema: Fedora versión 19 (Schrödinger's Cat) 3.11.6-200.fc19.x86_64
Ok, es solo que necesitas instalar las rpm de * -devel y eso es todo.
Para pulseaudio y alsa es: alsa-lib-devel, pulseaudio-libs-devel
En lugar de tratar de comstackr esto yo mismo estaría inclinado a get las RPM de origen para lame
y rebuild eso. Luego puede apoyarse en el software de administración de packages para ayudarlo a instalar los packages necesarios para que pueda rebuild el lame
.
Comience con get una configuration de entorno de desarrollo de RPM. Luego, deberá download las RPM fuente lame
. A continuación, usará la herramienta rpmbuild
con el interruptor --rebuild
y el RPM fuente lame
para buildlo.
Todo lo que necesita está explicado en este tutorial de blog, titulado: [Tutorial de Rpmbuild]. 1 . También he escrito sobre esto extensamente en mi blog en esta serie de publicaciones .
Puede encontrar varias RPM fuente para lame
aquí: