12-25-2018, 01:52 PM
(12-25-2018, 01:00 PM)tuxd3v Wrote:(12-25-2018, 11:10 AM)stFfn Wrote:Code:root@rockpro64:~# luarocks build https://raw.githubusercontent.com/tuxd3v/ats/master/ats-master-0.rockspec
Missing dependencies for ats master-0:
lua >= 5.3 (5.1-1 provided by VM)
ats master-0 depends on lua >= 5.3 (5.1-1 provided by VM)
Error: Could not satisfy dependency lua >= 5.3: No results matching query were found.
this is on the hf Version of OMV
on the 64 Version of OMV im getting the same resaults.
Code:root@rockpro64nas:~# luarocks build https://raw.githubusercontent.com/tuxd3v/ats/master/ats-master-0.rockspec
Missing dependencies for ats master-0:
lua >= 5.3 (5.1-1 provided by VM)
ats master-0 depends on lua >= 5.3 (5.1-1 provided by VM)
Error: Could not satisfy dependency lua >= 5.3: No results matching query were found.
i think i need another kernel or something what do i need to install and how?
Hello stFfn,
Your problem lies in the fact that its the lua vm 5.1.1 that its de default version by some reason, probably you have another tool around that installed that..( LuaRocks, installed it.. )
5.1-1 provided by VM
Code:dpkg -l|grep -Ei "ii.*Lua.*(5.1|5.3)"
You jumped one step...hehehe![]()
You need to tell OS what version you want to use..
Code:ln -s /usr/bin/lua5.3 /usr/bin/lua
Afther this, it will find the correct interpreter![]()
Try to install, if you get any error, please report output.
Regards
Hey.
This is what happenes.
root@rockpro64nas:~# ln -s /usr/bin/lua5.3 /usr/bin/lua
ln: failed to create symbolic link '/usr/bin/lua': File exists