Or Elmaliach

Results 4 comments of Or Elmaliach

After further investigation, and running brew install [email protected] --debug --verbose, I managed to isolate the issue to [this script](https://github.com/Kong/kong-build-tools/blob/master/openresty-build-tools/kong-ngx-build) that fails during invocation of canon_path function, on multiple occasions. One...

Hi @kikito , thanks for the reply. You can find more updates on this issue in https://github.com/Kong/kong-build-tools/issues/635, where I managed to employ a workaround which seems to work for everyone...

I'm not sure what's the difference, but I found `greadlink` and `grealpath` in `coreutils`, which is a dependency of openresty anyway- they might be useful: ➜ ~ grealpath -m --...

https://apple.stackexchange.com/questions/450035/is-the-unix-realpath-command-distributed-with-macos-ventura suggests that previous Mac OS versions did not contain realpath executable to begin with. It looks to be also contained in `coreutils`, though. So now I understand @carlwangx's fix.