Hello all,

The binary node package on FreeBSD 11.1-RELEASE has a bad dependency on libuv. 
I had libuv 1.17.0 installed and installed node with `pkg install node`, which 
installed node v9.9.0.

Running `node` at this point would return the following error message:

> /usr/local/bin/node: Undefined symbol "uv_os_getpid"

Updating libuv to the latest (1.19.2) resolved that error.

I’m not sure if that symbol was introduced in 1.18 or 1.19, but the libuv 
dependency for node needs to be bumped.

Thanks,

Mahmoud Al-Qudsi
NeoSmart Technologies 
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to