Opened 8 years ago

Closed 8 years ago

#7463 closed defect (duplicate)

Check lua configuration options

Reported by: bdubbs@… Owned by: blfs-book@…
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Via blfs-support from Tim Tassonis:

When compiling and installing vlc 2.2.2 with lua 5.3.2 support according to BLFS svn, the compile went fine, but when I started vlc, I got the error:

core demux meta error: corrupt module: /usr/lib/vlc/plugins/lua/liblua_plugin.so

After some google "research" I found this post:

http://www.linuxquestions.org/questions/linux-from-scratch-13/vlc-and-corrupt-lua-module-errors-4175556933/

So, I recompiled lua with:

CFLAGS=' -fPIC -O2 -Wall -Wextra -DLUA_COMPAT_5_1 $(SYSCFLAGS) $(MYCFLAGS)' make CFLAGS="$CFLAGS" linux

and the problem went away.

Change History (1)

comment:1 by bdubbs@…, 8 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.