Re: [Lmod-users] Problem installing lmod
A Lua based environment module system that reads TCL modulefiles.
Brought to you by:
rtmclay
|
From: Robert M. <mc...@ta...> - 2017-11-18 03:50:09
|
See if you can get to work:
$ lua -e 'require("posix")'
If that works then look at look at what config.log says near where this
message was generated "Error: The follow lua module(s) are missing: posix"
R.
On Fri, Nov 17, 2017 at 8:40 PM, hermawan dipojono <dip...@gm...>
wrote:
> 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
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Lmod-users mailing list
> Lmo...@li...
> https://lists.sourceforge.net/lists/listinfo/lmod-users
>
>
|