MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

Error in Debian 10 #5

Closed MayamaTakeshi closed 2 years ago

MayamaTakeshi commented 2 years ago

When using 'npm install sip-lab' we get:

$ node g729.js 
pjw_init thread_id=1062153640

18:23:54.392         os_core_unix.c !pjlib 2.9-svn for POSIX initialized
node: symbol lookup error: /root/tmp/t1/node_modules/sip-lab/build/Release/addon.node: undefined symbol: napi_create_threadsafe_function
MayamaTakeshi commented 2 years ago

It is OK: I forgot and used old node v8.9.1. Changing to node v14.17.4 the problem doesn't happen.