-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
反复装了N遍,还是报这个错:/usr/local/bin/orange:38: module 'bin.main' not found: #412
Comments
查看一下 |
我在ubuntu 18.04上也是这个错误。官方教程都是在centos上的,不知道是不是跟系统种类有关系。 |
查看一下install.sh |
orange 0.8-1 depends on luacrypto == 0.3.2-2 (not installed) |
其实就是luarocks install安装这些缺失的环境时失败了。 |
看起来是openssl的evp.h不再export结构EVP_MD_CTX有关。 |
如果使用 make install 安装 会缺少很多 lua的依赖性,尽量用他说明的 |
请按照 README 文档的命令和步骤安装 通过 CI 测试的 慢慢来 肯定可以安装成功的 |
ERROR: /usr/local/bin/orange:38: module 'bin.main' not found:
no field package.preload['bin.main']
no file '/usr/local/orange/deps/share/lua/5.1/orange/bin/main.lua'
no file '/usr/local/orange/deps/share/lua/5.1/bin/main.lua'
no file '/usr/local/openresty/site/lualib/bin/main.ljbc'
no file '/usr/local/openresty/site/lualib/bin/main/init.ljbc'
no file '/usr/local/openresty/lualib/bin/main.ljbc'
no file '/usr/local/openresty/lualib/bin/main/init.ljbc'
no file '/usr/local/openresty/site/lualib/bin/main.lua'
no file '/usr/local/openresty/site/lualib/bin/main/init.lua'
no file '/usr/local/openresty/lualib/bin/main.lua'
no file '/usr/local/openresty/lualib/bin/main/init.lua'
no file './bin/main.lua'
no file '/usr/local/openresty/luajit/share/luajit-2.1.0-beta3/bin/main.lua'
no file '/usr/local/share/lua/5.1/bin/main.lua'
no file '/usr/local/share/lua/5.1/bin/main/init.lua'
no file '/usr/local/openresty/luajit/share/lua/5.1/bin/main.lua'
no file '/usr/local/openresty/luajit/share/lua/5.1/bin/main/init.lua'
no file '/usr/local/openresty/site/lualib/bin/main.so'
no file '/usr/local/openresty/lualib/bin/main.so'
no file './bin/main.so'
no file '/usr/local/lib/lua/5.1/bin/main.so'
no file '/usr/local/openresty/luajit/lib/lua/5.1/bin/main.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/usr/local/openresty/site/lualib/bin.so'
no file '/usr/local/openresty/lualib/bin.so'
no file './bin.so'
no file '/usr/local/lib/lua/5.1/bin.so'
no file '/usr/local/openresty/luajit/lib/lua/5.1/bin.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
/usr/local/bin/orange:38: in function 'file_gen'
init_worker_by_lua:46: in function <init_worker_by_lua:44>
[C]: in function 'xpcall'
init_worker_by_lua:53: in function <init_worker_by_lua:51>
The text was updated successfully, but these errors were encountered: