freeswitch / mod_unimrcp

Other
27 stars 28 forks source link

mod_unimrcp canot use in centos7.9 #6

Closed linggood closed 1 year ago

linggood commented 1 year ago

I use these command,

$ git clone https://github.com/freeswitch/mod_unimrcp.git $ cd mod_unimrcp $ export PKG_CONFIG_PATH=/usr/local/freeswitch/lib/pkgconfig:/usr/local/unimrcp/lib/pkgconfig $ ./bootstrap.sh $ ./configure $ make $ sudo make install $ cd ..

It show that:

checking for FREESWITCH... no configure: error: Package requirements (freeswitch) were not met:

No package 'freeswitch' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

how could i use it

seven1240 commented 1 year ago

you should install FreeSWITCH first

linggood commented 1 year ago

FreeSWITCH has been installed by “yum install ***”,just without mod_unimrcp, so I just want install mod_unimrcp。not install freeswitch by source code install