Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96486 - mplayer 1.0_pre6-r4 fails to load libdv.so.2 as normal user
Summary: mplayer 1.0_pre6-r4 fails to load libdv.so.2 as normal user
Status: RESOLVED DUPLICATE of bug 80455
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-18 15:19 UTC by george
Modified: 2005-06-18 17:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description george 2005-06-18 15:19:06 UTC
when i trie to play a movie with mplayer, it stops imidiatly failing to load
libdv.so.2

Reproducible: Always
Steps to Reproduce:
1.i have just emerge --update world about 5 days ago and i discpverd today thaty
i can;t play enything with my mplayer
2.
3.

Actual Results:  
 #mplayer /tmp/movie.mpg 
mplayer: error while loading shared libraries: libdv.so.2: cannot open shared
object file: No such file or directory

Expected Results:  
run the file

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May  6 2005, 20:34:10)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer
-momit-leaf-frame-pointer                            -fprefetch-loop-arrays
-fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer
-momit-leaf-frame-pointer                          -fprefetch-loop-arrays
-fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.roedu.net/pub/mirrors/gentoo.org
http://ftp.lug.ro/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm avi bash-completion berkdb bitmap-fonts cdr crypt cups curl
divx4linux eds emboss encode esd fam flac foomaticdb fortran gdbm gif gnome gpm
gstreamer gtk gtk/gtk2 gtk2 hal imlib ipv6 java jpeg junit libg++ libwww mad
mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl pic
png python quicktime readline sdl spell ssl svga tcltk tcpd tiff truetype
truetype-fonts type1-fonts vorbis xml2 xmms xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 george 2005-06-18 15:21:28 UTC
i fixed the error by linking libdv.so.4 with the name of libdv.so.2. i used the
following command

#ln -s /usr/lib/libdv.so.4 /usr/lib/libdv.so.2

now everithing works fine 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-18 17:28:14 UTC
re-emerge mplayer...

*** This bug has been marked as a duplicate of 80455 ***