-
Notifications
You must be signed in to change notification settings - Fork 12
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
Compiling error #144
Comments
Hey @r3k2, have you installed Lua development Libraries before building? |
Hello @knassar702 hmmm I have the main LUA package, https://archlinux.org/packages/extra/x86_64/lua/ dont remember seen a libs one, let me check what is this on Arch GNU/Linux |
@knassar702 I been looking 2 days and I see no lua libs on arch for lua is all together in 1 package https://wiki.archlinux.org/title/Lua can you please check into this error and see the real cause?
I have tried to look for a precompiled binary of your last beta release but there is only source code. |
Hello @r3k2, Thank you for showing interest in the project, I really appreciate it. I looked into the Arch Linux repository, but unfortunately, I couldn't find the development libraries for Lua, I'm not sure why they're not available there. However, I have set up a new pipeline to compile the source code, I want to mention that compiling Rust code is not as straightforward as with other languages due to the security checks performed by the compiler Instead, you can download the binary file directly from this link: https://github.com/BugBlocker/lotus/releases/tag/v0.5-beta-weekly-7-7-2023 If you have any questions about the project, feel free to reach out to me anytime:) Best regards, |
Thank you, I code in C/GO and Rust, so I have no issues using cargo/rustup etc, but was trying to not have to download LUA from sources and do that piece myself as I like to keep my system clean as much as possible from git source code unles I am trying it or developing for it. I am in and out for work so will try this ASAP, I am testing it because I was going to write something like this myself for my Offsec work, so I can add my own plugins/modules etc with my own tests so cant wait to test this. Happy Hacking |
Running Arch GNU/Linux
I git clone and then run
cargo build --release
and get:
The text was updated successfully, but these errors were encountered: