12-25-2018, 05:38 PM
(12-25-2018, 02:26 PM)stFfn Wrote: maybe this helps? =)
Code:root@rockpro64nas:~# dpkg -l|grep -Ei "ii.*Lua.*(5.1|5.3)" ii liblua5.1-0:armhf 5.1.5- 8.1+b2 armhf Shared library for the Lua inter preter version 5.1
ii liblua5.1-0-dev:armhf 5.1.5- 8.1+b2 armhf Development files for the Lua la nguage version 5.1
ii liblua5.3-0:armhf 5.3.3- 1 armhf Shared library for the Lua inter preter version 5.3
ii liblua5.3-dev:armhf 5.3.3- 1 armhf Development files for the Lua la nguage version 5.3
ii lua5.1 5.1.5- 8.1+b2 armhf Simple, extensible, embeddable p rogramming language
ii lua5.3 5.3.3- 1 armhf Simple, extensible, embeddable p rogramming language
Hello, tat's strange,
What is teh output of this?
Code:
ls -l /usr/bin/lua && find /usr -name liblua\*
Well, you can always remove the lua 5.1 version, in that way the problem should be solved , but would be nice to have that output..