FreeSWITCH: mod_shout error
При компиляции с модулем mod_shout, возникает ошибка:
make[4]: Entering directory /usr/src/freeswitch/src/mod/formats/mod_shout' Makefile:803: *** You must install libmpg123-dev to build mod_shout. Stop. make[4]: Leaving directory/usr/src/freeswitch/src/mod/formats/mod_shout' make[3]: *** [mod_shout-all] Error 1 make[3]: Leaving directory /usr/src/freeswitch/src/mod' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/usr/src/freeswitch/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/freeswitch' make: *** [all] Error 2
несмотря на то, что libmpg123-develустановлен.
Укажите путь к директории pkgconfig
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig
./configure
making all mod_shout
Clik here to view.
