Page 1 of 1

undefined symbol: libvlc_set_app_id

Posted: 08 Oct 2014 06:00
by yileku
I just built vlc on a raspberry pi. When I run it I get a missing symbol:

VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
[0x15c7bf0] inhibit interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[0x15c7bf0] main interface error: no suitable interface module
/usr/local/bin/vlc: symbol lookup error: /usr/local/bin/vlc: undefined symbol: libvlc_set_app_id

Thanks for any pointers.
Y-

Re: undefined symbol: libvlc_set_app_id

Posted: 08 Oct 2014 08:51
by RĂ©mi Denis-Courmont
Mismatched VLC and LibVLC versions.

Re: undefined symbol: libvlc_set_app_id

Posted: 08 Oct 2014 22:33
by yileku
I did the usual checkout, configure, and make. Is libvlc a different checkout, configure, make? I saw that the api mentioned is in the core source file directory.

Y-

Re: undefined symbol: libvlc_set_app_id

Posted: 09 Oct 2014 16:31
by yileku
You were right I uninstalled the libvlc package and it worked thanks.