XW512 opened a new issue, #12534: URL: https://github.com/apache/apisix/issues/12534
### Description I installed apisix-2.15.3 offline through the rpm installation method on the official website. The steps are as follows: sudo mkdir -p apisix sudo yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm sudo yum clean all && yum makecache sudo yum install -y --downloadonly --downloaddir=./apisix apisix-2.15.3 sudo yum install ./apisix/*.rpm When starting the service, the following error occurred in the error. log file: 2025/08/19 06:25:25 [error] 27255#27255: *3 [lua] plugin.lua:137: load_plugin(): failed to load plugin [ldap-auth] err: erro r loading module 'lualdap' from file '/usr/local/apisix//deps/lib/lua/5.1/lualdap.so': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b, context: init_worker_by_lua* The rpm downloaded through dependency is as follows: apisix-2.15.3-0.el8.x86_64.rpm apisix-base-1.21.4.2.2-0.el8.x86_64.rpm cyrus-sasl-2.1.27-6.el8_5.x86_64.rpm cyrus-sasl-devel-2.1.27-6.el8_5.x86_64.rpm openldap-devel-2.4.46-18.el8.x86_64.rpm openresty-openssl111-1.1.1w-1.el8.x86_64.rpm openresty-pcre-8.45-1.el8.x86_64.rpm openresty-zlib-1.3.1-1.el8.x86_64.rpm The version of openssl installed on the system is: OpenSSL 1.1.1k FIPS 25 Mar 2021 I think the Openresty-openssl111-1.11w-1.el8.x86_64.rpm in the dependency should be version 1.1.1w, but why does it report an error? The dependency is version OPENSSL_1_1b ### Environment - APISIX version (run `apisix version`): 2.15.3 - Operating system (run `uname -a`): oracle Linux8.6 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.21.4.2 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.6.3 - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): 3.8.0 -- 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: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org