Websocket Kamailio websoket错误使模块websoket.so

Websocket Kamailio websoket错误使模块websoket.so,websocket,makefile,sip,kamailio,Websocket,Makefile,Sip,Kamailio,当我尝试在Kamailio4.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

当我尝试在Kamailio4.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

谢谢你的帮助

显然您需要安装libunistring

/usr/bin/ld: cannot find -lunistring
根据您的软件包管理器:

sudo aptitude install libunistring-dev

显然,您需要安装libunistring

/usr/bin/ld: cannot find -lunistring
根据您的软件包管理器:

sudo aptitude install libunistring-dev