Skip to content
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

lua install error #28

Open
pandakill-git opened this issue Mar 4, 2020 · 5 comments
Open

lua install error #28

pandakill-git opened this issue Mar 4, 2020 · 5 comments

Comments

@pandakill-git
Copy link

cp: can't stat 'src/aes256.lua': No such file or directory

Error: Build error: Failed installing src/aes256.lua in /usr/local/openresty/luajit/lib/luarocks/rocks-5.1/aes_everywhere/1.1.3-6/lua/aes_everywhere.lua: Failed copying src/aes256.lua to /usr/local/openresty/luajit/lib/luarocks/rocks-5.1/aes_everywhere/1.1.3-6/lua/aes_everywhere.lua

@pandakill-git
Copy link
Author

build = {
type = "builtin",
modules = {
aes_everywhere = "src/aes256.lua"
}
}

I think aes_everywhere = "src/aes256.lua" should be aes_everywhere = "lua/src/aes256.lua"

@ghost
Copy link

ghost commented Mar 8, 2021

@mervick please change aes_everywhere = "src/aes256.lua"

@mervick
Copy link
Owner

mervick commented Mar 8, 2021

@RicardoG08
change to what?

aes_everywhere = "src/aes256.lua"

@ghost
Copy link

ghost commented Mar 8, 2021

aes_everywhere = "src/aes256.lua" for aes_everywhere = "lua/src/aes256.lua" , luarocks not found aes256.lua for this route

@mervick
Copy link
Owner

mervick commented Mar 8, 2021

@RicardoG08 fixed, try it now

Repository owner deleted a comment from huzhen-v5 Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants