Button Button
XSSFilter could not parse (X)HTML:


<p>From agladysh at gmail.com  Tue Dec 30 20:32:27 2008
From: agladysh at gmail.com (Alexander Gladysh)
Date: Tue Dec 30 19:40:56 2008
Subject: [Sputnik-list] Problems installing Sputnik
Message-ID: <a href="mailto:c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com">c6c947f60812301432n87c54c5yd495868e3f1f9c49@mail.gmail.com</a></p>

<p>Hi, list!</p>

<p>I'm trying to install Sputnik 8.08.13 on my Ubuntu box as per this guide:</p>

<p>http://sputnik.freewisdom.org/en/Installation</p>

<p>This step fails:</p>

<p>$ ./bin/lua -lluarocks.require -e 'require("sputnik").setup()'</p>

<p>Stack traceback below. Note how it looks for 1.4.0-1, and I have
1.4.1-1 installed by rocks.</p>

<p>/opt/sputnik$ ls rocks/luafilesystem/
1.4.1-1</p>

<p>I've used rocks command  from the mentioned wiki page:</p>

<p>$ ./bin/luarocks --only-from=http://sputnik.freewisdom.org/rocks/earth
install sputnik 8.08.13</p>

<p>Traceback from require("sputnik").setup():</p>

<p>./bin/lua: /opt/sputnik/share/lua/5.1/luarocks/require.lua:141: module
'lfs' not found:</p>
<pre><code>no field package.preload['lfs']
no file '/opt/sputnik/rocks//luafilesystem/1.4.0-1/lua/lfs.lua'
no file '/opt/sputnik/rocks//luafilesystem/1.4.0-1/lua/lfs/init.lua'
no file '/opt/sputnik/rocks//sputnik/8.08.13-0/lua/lfs.lua'
no file '/opt/sputnik/rocks//sputnik/8.08.13-0/lua/lfs/init.lua'
no file './lfs.lua'
no file '/opt/sputnik/share/lua/5.1/lfs.lua'
no file '/opt/sputnik/share/lua/5.1/lfs/init.lua'
no file '/opt/sputnik/lib/lua/5.1/lfs.lua'
no file '/opt/sputnik/lib/lua/5.1/lfs/init.lua'
no file '/opt/sputnik/rocks//luafilesystem/1.4.0-1/lib/lfs.so'
no file '/opt/sputnik/rocks//sputnik/8.08.13-0/lib/lfs.so'
no file './lfs.so'
no file '/opt/sputnik/lib/lua/5.1/lfs.so'
no file '/opt/sputnik/lib/lua/5.1/loadall.so'
</code></pre>
<p>stack traceback:</p>
<pre><code>[C]: in function 'plain_require'
/opt/sputnik/share/lua/5.1/luarocks/require.lua:141: in function
</code></pre>
<p></opt/sputnik/share/lua/5.1/luarocks/require.lua:130></p>
<pre><code>(tail call): ?
...k/rocks//sputnik/8.08.13-0/lua/sputnik/installer.lua:3: in main chunk
[C]: in function 'plain_require'
/opt/sputnik/share/lua/5.1/luarocks/require.lua:141: in function
</code></pre>
<p></opt/sputnik/share/lua/5.1/luarocks/require.lua:130></p>
<pre><code>(tail call): ?
...putnik/rocks//sputnik/8.08.13-0/lua/sputnik/init.lua:49: in function 'setup'
(command line):1: in main chunk
[C]: ?
</code></pre>

<p>Alexander.</p>