I know old versions are not supported anymore, although I need this certain old (0.9.8a or 0.9.x generally) version, as it's the most compatible with the VLCF plugin on my dreambox. Certainly I'm not gonna discuss about vlcf compatibility. The problem is, my efforts to compile 0.9.8a in a clean 12.04 installation (seriously some packages killed me to find), went all in vain. The ./configuration along "make" went all well, but when I execute the binary I get this ("venge" obviously is my user folder):
Code: Select all
VLC media player 0.9.8a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--enable-x11' '--enable-xvideo' '--enable-sdl' '--enable-avcodec' '--enable-avformat' '--enable-swscale' '--enable-mad' '--enable-libdvbpsi' '--enable-a52' '--enable-libmpeg2' '--enable-dvdnav' '--enable-faad' '--enable-vorbis' '--enable-ogg' '--enable-theora' '--enable-faac' '--enable-mkv' '--enable-freetype' '--enable-fribidi' '--enable-speex' '--enable-flac' '--enable-caca' '--enable-skins' '--enable-skins2' '--enable-alsa' '--enable-qt4' '--enable-ncurses' '--prefix=/home/venge/vlc'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc error: no memcpy module matched "any"
[00000007] main access error: no access module matched "file"
[00000006] main input error: open of `file/xspf-open:///home/venge/.local/share/vlc/ml.xspf' failed: could not create access: no access module matched "file"
[00000010] main interface error: no interface module matched "http,none"
[00000010] main interface error: no suitable interface module
[00000001] main libvlc error: interface "http,none" initialization failed
[00000011] main interface error: no interface module matched "hotkeys,none"
[00000011] main interface error: no suitable interface module
[00000001] main libvlc error: interface "hotkeys,none" initialization failed
[00000012] main interface error: no interface module matched "inhibit,none"
[00000012] main interface error: no suitable interface module
[00000001] main libvlc error: interface "inhibit,none" initialization failed
[00000013] main interface error: no interface module matched "screensaver,none"
[00000013] main interface error: no suitable interface module
[00000001] main libvlc error: interface "screensaver,none" initialization failed
[00000014] main interface error: no interface module matched "signals"
[00000014] main interface error: no suitable interface module
[00000001] main libvlc error: interface "signals" initialization failed
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000015] main interface error: no interface module matched "any"
[00000015] main interface error: no suitable interface module
[00000001] main libvlc error: interface "(null)" initialization failed
*** LibVLC Exception not handled: Interface initialization failed
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
Now any ideas, even if that version is a little out of date, would be deeply appreciated. I could simply install the latest version using software center, but I like to make my life difficult (as well as yours ).
Thank you very much in advance.