Replies: 1 comment
-
Using system openresty won't work as Kong applies several patches to openresty. Apart from that, using system openssl should work as long as the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I'm trying to build kong that leverages system openssl and system openresty, I've considered patching
*.bazel
files but kong build system involves a lot of bazel files and things are nested so I'm failing there.Below is the patch, I'm trying out as of now.
diff
so far after trying out this patch, I'm running into the following error.
apart from this, I've have also tried running these make commands after patching.
I was doing this because Makefile seems to set
OPENSSL_DIR
viaOPENSSL_DIR ?= /usr
but that also didn't worked.Is there an easy way to build against system openssl that I'm missing here? I searched issues/discussions but was not able to find one?
Beta Was this translation helpful? Give feedback.
All reactions