Chever-John commented on issue #6068:
URL: https://github.com/apache/apisix/issues/6068#issuecomment-1036330833
Is this a MAC specific problem?
I'm curious, how did you install the openLDAP? @tzssangglass
Guess that:
```
brew install openldap
&
luarocks config variables.LDAP_DIR /usr/local/Cellar/openldap/2.5.6
```
> my `~/.luarocks/config-5.1.lua` is like
>
> ```
> variables = {
> LDAP_DIR = "/usr/local/opt/openldap",
> LDAP_INCDIR = "/usr/local/opt/openldap/include",
> OPENSSL_INCDIR = "/usr/local/opt/openresty-openssl111/include",
> OPENSSL_LIBDIR = "/usr/local/opt/openresty-openssl111/lib",
> PCRE_DIR = "/usr/local/Cellar/pcre/8.45",
> PCRE_INCDIR = "/usr/local/Cellar/pcre/8.45/include"
> }
> ```
--
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]