> I think the problem is that *luac files are not found since the have a 
*.lua<br>
> extension ...<br>
<br>> This command solved the problem for me:<br>
> $ cd vlc/share<br>
> $ for f in `find . | grep '\.lua$'`; do f2=`echo $f | sed 
's/lua$/luac/g'`;<br>
> ln -sf `basename $f` $f2; done<br><br><span style="color: black;"><div dir="ltr"><div><br>Thank you very much, it worked!<br><br><br>> If you were following this guide:<br>
> <br>> <a href="http://ubuntuforums.org/showthread.php?t=1398119" target="_blank">http://ubuntuforums.org/showthread.php?t=1398119</a><br>
><br>
> There was a shortcoming in the dependencies given for lua which are<br>
> now given as:<br>
><br>
> sudo apt-get install lua5.1 liblua5.1-0-dev<br>
><br>
> whereas previously only liblua5.1-0-dev was given, certainly on my<br>
> system this generated the same error that you experienced.<br>
<br>Doesn't the -dev also pull <span style="color: black;">lua5.1? I needed it for updating VLC 1.1.0 in my PPA: <a href="http://www.webupd8.org/2010/02/vlc-110-and-gthumb-211x-updated-in-web.html">http://www.webupd8.org/2010/02/vlc-110-and-gthumb-211x-updated-in-web.html</a><br>
<br>Anyway, Akrog's tip worked, it seems the extensions should be .luac instead of .lua<br></span></div></div></span><br><br><div class="gmail_quote"><br></div><br>