nginx: [error] init_by_lua error: /opt/LuaJIT-2.1.0-beta3/share/lua/5.4/resty/random.lua:24: /usr/local/lib/libluajit-5.1.so.2: undefined symbol: RAND_bytes
这个函数是 openssl 的函数,你应该看看 对应的 openssl 函数是否包含这个函数。 /opt/LuaJIT-2.1.0-beta3/share/lua/5.4/resty/random.lua:24 可以看看这个里面的openssl是否正确加载。