ocaml lsp-server install fails when libinotify is installed.

Code:
opam install ocaml-lsp-server
Fails with linker error.

Solution was:
Code:
pkg remove -f libinotify
Does the linker has a problem finding libinotify ?
 
Back
Top