当我尝试在 kamailio 4.3 中制作 websocket.so 模块时,我遇到了一些麻烦。这是我做所有时的错误:
make[2]: `libkcore.so.1.0' is up to date.
make[2]: `libkmi.so.1.0' is up to date.
LD (gcc) [M websocket.so] websocket.so
/usr/bin/ld: cannot find -lunistring
collect2: ld returned 1 exit status
make[1]: *** [websocket.so] Error 1
make: *** [modules] Error 1
感谢帮助 !!!