I have a similar trouble with vlc :
VLC media player 0.8.6 Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************
It is potentially dangerous, and might not even work properly.
[00000001] main private debug: checking builtin modules
[00000001] main private debug: checking plugin modules
[00000001] main private debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main private warning: could not open plugins cache file /root/.vlc/cache/plugins-04041e.dat for reading
[00000001] main private debug: recursively browsing `modules'
[00000001] main private debug: recursively browsing `/usr/lib/vlc'
[00000001] main private debug: recursively browsing `plugins'
[00000001] main private debug: module bank initialized, found 188 modules
[00000001] main private debug: opening config file /root/.vlc/vlcrc
[00000001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main private debug: looking for memcpy module: 3 candidates
[00000001] main private debug: using memcpy module "memcpymmxext"
[00000239] main playlist debug: waiting for thread completion
[00000239] main playlist debug: thread 3043400624 (playlist) created at priority 0 (playlist/playlist.c:184)
[00000240] main private debug: waiting for thread completion
[00000240] main private debug: thread 3035007920 (preparser) created at priority 0 (playlist/playlist.c:210)
[00000241] main interface debug: looking for interface module: 1 candidate
[00000241] main interface debug: using interface module "hotkeys"
[00000241] main interface debug: thread 3026615216 (interface) created at priority 0 (interface/interface.c:231)
[00000242] main interface debug: looking for interface module: 1 candidate
[00000242] main interface debug: using interface module "screensaver"
[00000242] main interface debug: thread 3018222512 (interface) created at priority 0 (interface/interface.c:231)
[00000243] main interface debug: looking for interface module: 3 candidates
[00000243] main interface debug: using interface module "wxwidgets"
[00000243] main interface debug: thread 3009829808 (manager) created at priority 0 (interface/interface.c:216)
Erreur de segmentation
I compiled vlc simply like this :
./configure --prefix=/usr --with-ffmpeg-tree=./ffmpeg-21826-7407/
It worked before with wxWidgets 2.6 but now I have installed wxWidgets 2.8. I have also change a thing in my /etc/profile : export LANG=fr_FR@euro before it was utf8
I've compiled wxWidgets 2.8 like this :
../configure --prefix=/usr --with-gtk --with-gnomeprint --with-opengl --enable-debug --enable-geometry --enable-graphics_ctx --enable-sound --with-sdl --enable-mediactrl --enable-display --disable-debugreport
other package installed on my LFS system : gtk+-2.10.1
Someone can help me please ?
Thank you.