cnz101 opened a new issue, #11981: URL: https://github.com/apache/apisix/issues/11981
### Description 我将APISIX从rpm格式的2.10.2版本升级到tar包格式的3.9.1版本,在启动apisix时出现如下报错: ` /opt/cloud/gateway/apisix/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua start /opt/cloud/gateway/apisix/openresty//luajit/bin/luajit: ./apisix/cli/etcd.lua:18: module 'base64' not found: no field package.preload['base64'] no file '/opt/cloud/gateway/apisix/apisix/base64/init.lua' no file '/opt/cloud/gateway/apisix/apisix/deps/share/lua/5.1/base64/init.lua' no file '/opt/cloud/gateway/apisix/apisix/deps/share/lua/5.1/base64.lua' no file '/usr/local/apisix/deps/share/lua/5.1/base64.lua' no file './base64.lua' no file '/opt/cloud/gateway/apisix/openresty/luajit/share/luajit-2.1.0-beta3/base64.lua' no file '/usr/local/share/lua/5.1/base64.lua' no file '/usr/local/share/lua/5.1/base64/init.lua' no file '/opt/cloud/gateway/apisix/openresty/luajit/share/lua/5.1/base64.lua' no file '/opt/cloud/gateway/apisix/openresty/luajit/share/lua/5.1/base64/init.lua' no file '/usr/local/apisix/base64.lua' no file '/opt/cloud/gateway/apisix/apisix/deps/lib64/lua/5.1/base64.so' no file '/opt/cloud/gateway/apisix/apisix/deps/lib/lua/5.1/base64.so' no file '/usr/local/apisix/deps/lib64/lua/5.1/base64.so' no file '/usr/local/apisix/deps/lib/lua/5.1/base64.so' no file './base64.so' no file '/usr/local/lib/lua/5.1/base64.so' no file '/opt/cloud/gateway/apisix/openresty/luajit/lib/lua/5.1/base64.so' no file '/usr/local/lib/lua/5.1/loadall.so' stack traceback: [C]: in function 'require' ./apisix/cli/etcd.lua:18: in main chunk [C]: in function 'require' ./apisix/cli/ops.lua:18: in main chunk [C]: in function 'require' ./apisix/cli/apisix.lua:38: in main chunk [C]: at 0x5617f48d56d0 ` ### Environment - APISIX version (run `apisix version`): 3.9.1 - Operating system (run `uname -a`): Linux localhost.localdomain 5.10.0-136.12.0.86.h2367.eulerosv2r12.x86_64 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): openresty-1.21.4.1 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.5.4 - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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