api7 / lua-resty-ldap

Apache License 2.0
7 stars 6 forks source link

fix: failed to build on macos #24

Closed Sn0rt closed 1 year ago

Sn0rt commented 1 year ago

can install deps of apisix by run make deps

the error info as follow

   Finished release [optimized] target(s) in 15.68s
--- Install
INST_PREFIX: /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0
INST_BINDIR: /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/bin
INST_LIBDIR: /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/lib
INST_LUADIR: /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/lua
INST_CONFDIR: /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/conf
install -d /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/lua/resty/ldap/
install lib/resty/ldap/*.lua /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/lua/resty/ldap/
install target/release/librasn.so /Users/guohao/workspace/apisix/deps/lib/luarocks/rocks-5.1/lua-resty-ldap/0.2.1-0/lib/rasn.so
install: target/release/librasn.so: No such file or directory
make[1]: *** [install] Error 71