Closed pwntester closed 2 years ago
Unfortunately the ICU lib is linked dynamically with zk
, and linking statically is complicated (see https://github.com/mickael-menu/zk/discussions/76#discussioncomment-1419379).
This means that at some point the pre-built release binaries will get obsolete. Until we find a better solution, the preferred way to install zk
is to build it yourself.
Thanks for the reply @mickael-menu will future releases use latest ICU version?
Yeah, I will upgrade my icu4c
.
Thanks!
Hi,
I was using a self built
zk
instance (usinggo install --tags "icu json1 fts5 secure_delete"
) and that was working ok on OSX. I recently switched tonvim-lsp-installer
which just grabs the OSX release and that executable throws the following error when run:I checked that the one distributed with homebrew also works ok and that
/usr/local/Cellar/icu4c/70.1/lib/libicuuc.70.dylib
is installed but the OSX github release is looking for version 69Thanks