shreemaan-abhishek commented on issue #9868: URL: https://github.com/apache/apisix/issues/9868#issuecomment-1643638391
you need to find where the `openssl` include and lib directory is located in your machine and use that path for variables.OPENSSL_INCDIR and variables.OPENSSL_LIBDIR. For macOS (my machine), I installed openssl using `brew.sh` and my include directory is: `/opt/homebrew/Cellar/[email protected]/1.1.1u `. <img width="425" alt="image" src="https://github.com/apache/apisix/assets/61597896/a2ecad3d-34a5-4027-885e-ff167e56868e"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
