13723778149 commented on issue #11882: URL: https://github.com/apache/apisix/issues/11882#issuecomment-2567442279
[root@localhost lualdap-1.2.6]# make gcc -O2 -fPIC -std=c89 -pedantic -Wall -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -I/usr/include/lua5.1 -I/usr/include -I/usr/include -DLUA_C89_NUMBERS -c -o src/lualdap.o src/lualdap.c gcc -O2 -fPIC -std=c89 -pedantic -Wall -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -o src/lualdap.so -shared src/lualdap.o -L/usr/lib -L/usr/lib -lldap -L/usr/lib -llber [root@localhost lualdap-1.2.6]# make install install -d /usr/lib/lua/5.1 install src/lualdap.so /usr/lib/lua/5.1 再次对apisix安装,make deps执行后,还是会提示“Error: Could not satisfy dependency lualdap 1.2.6-1: No results matching query were found for Lua 5.1.” -- 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]
