|
ticket id 000025 |
status resolved |
priority high ★★★ |
assigned to Yuri |
Reported by: Yuri Component: installer |
If the user already has luarocks installed and LUA_INIT set, then Sputnik installation breaks since luarocks attempts to use the main repository.
The solution (Yuri+Bert):
I inserted on line 18 of the sputnikinstall20080314.sh (just after the "# Configure Luarocks and install Sputnik" comment) LUA_INIT="". I left lua-init.lua with its 'require("luarocks.require")' unchanged. It worked: the installation went fine.
Resolution
fixed
obsolete now