On Fri, Jul 08, 2005 at 05:45:00PM +0100, belahcene wrote:
> gmplayer: error while loading shared libraries: libXxf86dga.so.1: cannot 
> open shared object file: No such file or directory

To search among packages that you've already installed for
libXxf86dga.so.1, you can do

dlocate libXxf86dga.so.1

To search among all packages, installed or otherwise, do

sudo apt-file update

then

apt-file search libXxf86dga.so.1

For the latter command, you'll need to have the apt-file
package installed:

sudo apt-get install apt-file

When I run that apt-file command on my system, I get

libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1
libxxf86dga1: usr/X11R6/lib/libXxf86dga.so.1.0
libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1
libxxf86dga1-dbg: usr/X11R6/lib/debug/libXxf86dga.so.1.0

So you need the libxxf86dga1 package.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key

Attachment: signature.asc
Description: Digital signature

Reply via email to