<div dir="ltr"><div><div>Dear VLC developers,<br></div><div><br>I'm using latest VLC building against Lua 5.3.0. When I start vlc from the terminal, I encounter the following errors:<br><br>$ vlc -v<br>VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)<br>[0000000000d92118] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libvcdx_plugin.so' (libvcdinfo.so.0: cannot open shared object file: No such file or directory)<br>[0000000000d92118] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libtwolame_plugin.so' (libtwolame.so.0: cannot open shared object file: No such file or directory)<br>[0000000000d92118] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/visualization/libprojectm_plugin.so' (libprojectM.so.2: cannot open shared object file: No such file or directory)<br>[0000000000d92118] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/visualization/libgoom_plugin.so' (libgoom2.so.0: cannot open shared object file: No such file or directory)<br>[0000000000e92aa8] core demux meta warning: cannot load module `/usr/lib/vlc/plugins/lua/liblua_plugin.so' (/usr/lib/vlc/plugins/lua/liblua_plugin.so: undefined symbol: luaL_openlib)<br>[0000000000e92aa8] core demux meta error: corrupt module: /usr/lib/vlc/plugins/lua/liblua_plugin.so<br>[0000000000d92118] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.<br>[00007f8f502545c8] core generic warning: cannot load module `/usr/lib/vlc/plugins/lua/liblua_plugin.so' (/usr/lib/vlc/plugins/lua/liblua_plugin.so: undefined symbol: luaL_openlib)<br>[00007f8f502545c8] core generic error: corrupt module: /usr/lib/vlc/plugins/lua/liblua_plugin.so<br>[0000000000ecf1c8] qt4 interface error: Unable to load extensions module<br><br></div><div>I'm using Arch Linux with testing repo enabled. A similar bug report can be found at <a href="https://bugs.archlinux.org/task/44946">https://bugs.archlinux.org/task/44946</a>. According to Anatol Pomozov, luaL_openlib is not compiled in Lua 5.3.0 by default. Can anyone have a look?<br><br></div><div>Compilarion configuration of VLC and Lua can be found at <a href="https://projects.archlinux.org/svntogit/packages.git/tree/vlc/trunk/">https://projects.archlinux.org/svntogit/packages.git/tree/vlc/trunk/</a> and <a href="https://projects.archlinux.org/svntogit/packages.git/tree/lua/trunk/">https://projects.archlinux.org/svntogit/packages.git/tree/lua/trunk/</a> respectively, especially build() function in PKGBUILD file. Hope this information helps :)<br></div><div><br></div><div>Best Regards, <br><br></div><div>Yen Chi Hsuan<br></div></div></div>