* Re: [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1: [not found] <450B9BB9.6070303@freenet.de> @ 2006-09-16 6:46 ` Dale 2006-09-16 10:22 ` Neil Bothwick 0 siblings, 1 reply; 3+ messages in thread From: Dale @ 2006-09-16 6:46 UTC (permalink / raw To: gentoo-user Fred Kastl wrote: > Hi, > > I cannot start mplayer because of : > > mplayer: error while loading shared libraries: libGL.so.1: cannot open > shared object file: No such file or directory > > Any suggestions ? > > regards > > Fred Kastl > > ### ldd: > .. > libGL.so.1 => not found > ... > > ### ldconfig > # -v > libGL.so.1 -> libGL.so.1.2 > > # -g > libGL.so.1 (libc6, OS ABI: Linux 2.4.20) => > //usr//lib/opengl/xorg-x11/lib/libGL.so.1 > libGL.so (libc6, OS ABI: Linux 2.4.20) => > //usr//lib/opengl/xorg-x11/lib/libGL.so > libGL.so (libc6, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so > > ### emerge > > media-video/mplayer-1.0_pre8 USE="X aac alsa arts bidi directfb doc dts > dvd dvdread encode esd gif gtk ipv6 jpeg lirc live lzo mad mmx mmxext > oss png real rtc samba sdl sse sse2 theora truetype unicode vorbis > win32codecs xanim xmms xv xvid -3dfx -3dnow -3dnowext -aalib -bindist > -bl -cdparanoia -cpudetection -custom-cflags -debug -dga -dv -dvb -fbcon > -ggi -i8x0 -jack -joystick -libcaca -livecd -matrox -musepack -nas > -nvidia -openal opengl -speex -svga -tga -v4l -v4l2 -x264 -xinerama -xvmc" > > My System: > > Gentoo > kernel 2.6.17-gentoo-r4 > media-video/mplayer 1.0_pre8 > media-libs/mesa 6.5-r4 > > > > > Well, this is what package it belongs to on mine if this will help any. > root@smoker / # equery belongs libGL.so.1 > [ Searching for file(s) libGL.so.1 in *... ] > x11-drivers/nvidia-drivers-1.0.8762-r1 > (/usr/lib/opengl/nvidia/lib/libGL.so.1 -> libGL.so.1.0.8762) > media-libs/mesa-6.4.2-r2 (/usr/lib/opengl/xorg-x11/lib/libGL.so.1 -> > libGL.so.1.2) > root@smoker / # Do you have your video drivers installed and loaded correctly? Just a guess on my part though. Hope that helps. Dale :-) :-) :-) -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1: 2006-09-16 6:46 ` [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1: Dale @ 2006-09-16 10:22 ` Neil Bothwick 0 siblings, 0 replies; 3+ messages in thread From: Neil Bothwick @ 2006-09-16 10:22 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 742 bytes --] On Sat, 16 Sep 2006 01:46:35 -0500, Dale wrote: Replying here because I didn't get the original. > Fred Kastl wrote: > > I cannot start mplayer because of : > > > > mplayer: error while loading shared libraries: libGL.so.1: cannot open > > shared object file: No such file or directory mplayer is very sensitive to changes in any libraries it uses. I suspect you have recently updated the package providing libGL.so (it could be mesa or your graphics card drivers), in which case, you need to re-emerge mplayer. emerge --oneshot mplayer revdep-rebuild should pick up this, and any other incompatibilities caused by such an upgrade. -- Neil Bothwick Adolescence, n.: The stage between puberty and adultery. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <6VC0p-31Q-3@gated-at.bofh.it>]
[parent not found: <6VCa1-3jb-3@gated-at.bofh.it>]
* Re: [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1: [not found] ` <6VCa1-3jb-3@gated-at.bofh.it> @ 2006-09-23 10:58 ` Fred Kastl 0 siblings, 0 replies; 3+ messages in thread From: Fred Kastl @ 2006-09-23 10:58 UTC (permalink / raw To: gentoo-user It works now. The driver wasn't loaded successfully. regards Fred Dale wrote: > Fred Kastl wrote: >> Hi, >> >> I cannot start mplayer because of : >> >> mplayer: error while loading shared libraries: libGL.so.1: cannot open >> shared object file: No such file or directory >> >> Any suggestions ? >> >> regards >> >> Fred Kastl >> >> ### ldd: >> .. >> libGL.so.1 => not found >> ... >> >> ### ldconfig >> # -v >> libGL.so.1 -> libGL.so.1.2 >> >> # -g >> libGL.so.1 (libc6, OS ABI: Linux 2.4.20) => >> //usr//lib/opengl/xorg-x11/lib/libGL.so.1 >> libGL.so (libc6, OS ABI: Linux 2.4.20) => >> //usr//lib/opengl/xorg-x11/lib/libGL.so >> libGL.so (libc6, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so >> >> ### emerge >> >> media-video/mplayer-1.0_pre8 USE="X aac alsa arts bidi directfb doc dts >> dvd dvdread encode esd gif gtk ipv6 jpeg lirc live lzo mad mmx mmxext >> oss png real rtc samba sdl sse sse2 theora truetype unicode vorbis >> win32codecs xanim xmms xv xvid -3dfx -3dnow -3dnowext -aalib -bindist >> -bl -cdparanoia -cpudetection -custom-cflags -debug -dga -dv -dvb -fbcon >> -ggi -i8x0 -jack -joystick -libcaca -livecd -matrox -musepack -nas >> -nvidia -openal opengl -speex -svga -tga -v4l -v4l2 -x264 -xinerama -xvmc" >> >> My System: >> >> Gentoo >> kernel 2.6.17-gentoo-r4 >> media-video/mplayer 1.0_pre8 >> media-libs/mesa 6.5-r4 >> >> >> >> >> > > Well, this is what package it belongs to on mine if this will help any. > >> root@smoker / # equery belongs libGL.so.1 >> [ Searching for file(s) libGL.so.1 in *... ] >> x11-drivers/nvidia-drivers-1.0.8762-r1 >> (/usr/lib/opengl/nvidia/lib/libGL.so.1 -> libGL.so.1.0.8762) >> media-libs/mesa-6.4.2-r2 (/usr/lib/opengl/xorg-x11/lib/libGL.so.1 -> >> libGL.so.1.2) >> root@smoker / # > > Do you have your video drivers installed and loaded correctly? Just a > guess on my part though. > > Hope that helps. > > Dale > > :-) :-) :-) -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-23 11:04 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <450B9BB9.6070303@freenet.de> 2006-09-16 6:46 ` [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1: Dale 2006-09-16 10:22 ` Neil Bothwick [not found] <6VC0p-31Q-3@gated-at.bofh.it> [not found] ` <6VCa1-3jb-3@gated-at.bofh.it> 2006-09-23 10:58 ` Fred Kastl
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox