Page 1 of 1

undefined symbol error when trying to run vlc

Posted: 23 Aug 2005 01:54
by slackhead
Hi,

I'm getting this error on trying to run vlc:

vlc: undefined symbol: _ZN11libmatroska29KaxChapterTranslateEditionUID10ClassInfosE

Any idea what I could be missing?

Thx

Posted: 23 Aug 2005 02:15
by slackhead
ok i fixed this by installing newer version on libmatroska from linuxpackages.net but now i get another error:

VLC media player 0.8.2 Janus
Illegal instruction

Posted: 01 Sep 2005 22:51
by slackhead
anyone? :cry:

Posted: 03 Sep 2005 23:09
by dionoea
try this :

Code: Select all

./toolbox --distclean && ./bootstrap && ./configure <appropriate options> && make[code]