[Lmod-users] Problem installing lmod
A Lua based environment module system that reads TCL modulefiles.
Brought to you by:
rtmclay
|
From: hermawan d. <dip...@gm...> - 2017-11-18 03:40:58
|
When I run configure in Lmod-7.7 I got an error message: Error: The follow lua module(s) are missing: posix I installed luaposix-34.0.1 using luarocks. To know where luarocks put everythings I used: luarocks path and got: export LUA_PATH='/home/hermawan/.luarocks/share/lua/5.1/?.lua;/home/hermawan/.luarocks/share/lua/5.1/?/init.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;/usr/share/lua/5.1/?.lua;./?.lua;/usr/local/lib/lua/5.1/?.lua;/usr/local/lib/lua/5.1/?/init.lua;/usr/share/lua/5.1/?/init.lua' export LUA_CPATH='/home/hermawan/.luarocks/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/?.so;./?.so;/usr/lib/x86_64-linux-gnu/lua/5.1/?.so;/usr/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/loadall.so' Then I put those exports in my .bashrc. I did not work as expected. Could you give suggestions? Thank you very much for your help. Best Regards |