[vlc] error:cannot load module libmpeg2 (libmpeg2.so.0: cannot open shared object file: No such file or directory)
roro
vlc_roro at foxmail.com
Thu Oct 9 09:18:47 CEST 2008
Hi Eolande Group
I want to use vlc under arm(pxa320) architecture.
and vlc version is 0.8.6i.
Now while I run vlc -l -vv --reset-plugins-cache, I got the error message:
[root at Linux player]#./vlc -l -vv --reset-plugins-cache
VLC media player 0.8.6i 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: removing plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main private debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main private warning: cannot load module `/usr/local/lib/vlc/codec/liblibmpeg2_plugin.so' (libmpeg2.so.0: cannot open shared object file: No such file or directory)
[00000001] main private debug: module bank initialized, found 1 modules
main main program
help Help options
[00000001] main private debug: saving plugins cache file /root/.vlc/cache/plugins-04041e.dat
But I can load the libmpeg2 successfully under my cross-complier
environment(scratchbox),while run vlc -l.
VLC media player 0.8.6i Janus
main main program
help Help options
libmpeg2 MPEG I/II video decoder (using libmpeg2)
My configure is that:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure \
--with-tuning-xscale \
--disable-wxwidget \
--disable-skins2 \
--disable-mad \
--enable-static \
--enable-optimizations \
--disable-httpd \
--disable-growl \
--disable-notify \
--enable-live555 \
--disable-dvdnav \
--disable-smb \
--disable-libcdio \
--disable-libcddb \
--disable-gnomevfs \
--disable-cdda \
--disable-vcd \
--disable-screen \
--disable-ogg \
--disable-mkv \
--disable-mod \
--disable-mpc \
--disable-libta \
--disable-a52 \
--disable-vorbis \
--disable-speex \
--disable-png \
--disable-cmml \
--disable-x11 \
--disable-xvideo \
--disable-glx \
--disable-xinerama \
--disable-opengl \
--disable-sdl \
--disable-sdl-image \
--disable-freetype \
--disable-fribidi \
--disable-libxml2 \
--disable-visual \
--disable-qnx \
--disable-daap \
--disable-bonjour \
--disable-gnutls \
--enable-dvbpsi \
--enable-fb \
--enable-static=fb \
--enable-dts
What's wrong? any help please
Thanks a lots again and regards
roro
More information about the vlc
mailing list