comp.lang.ada
 help / color / mirror / Atom feed
From: David Sauvage <sauvage.david@gmail.com>
Subject: Re: Issues with GPS on Xubuntu
Date: Fri, 10 Sep 2010 12:18:51 -0700 (PDT)
Date: 2010-09-10T12:18:51-07:00	[thread overview]
Message-ID: <fdfedb4e-f767-4cb3-a5df-38c93fcc2afc@z25g2000vbn.googlegroups.com> (raw)
In-Reply-To: h_ednepBhpHKqRfRnZ2dnUVZ8oydnZ2d@giganews.com


> I do get a warning on startup about missing libpng12.so - related ?

In the case the libpng12.so library is missing
---------------------------

On Debian & derivatives Linux distributions, you can easily know to
what package a missing file belongs with apt-file.

$ sudo aptitude install apt-file
$ apt-file update
$ apt-file search libpng12.so
libpng12-0: /lib/libpng12.so.0
libpng12-0: /lib/libpng12.so.0.42.0
libpng12-dev: /usr/lib/libpng12.so
lsb-build-desktop3: /usr/lib/lsb3/libpng12.so
$ sudo aptitude install libpng12-dev libpng12-0

The latter command will install the libpng12-dev & libpng12-0 packages
and thus the libpng12.so missing library.
Then relaunch GPS (GNAT GPL) again to sort out if that was the
problem.

That _should_ solve your problem.





  parent reply	other threads:[~2010-09-10 19:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09 21:10 Issues with GPS on Xubuntu Martyn Pike
2010-09-10  8:16 ` Ludovic Brenta
2010-09-10 13:36   ` Martyn Pike
2010-09-10 19:17     ` Ludovic Brenta
2010-09-10 20:02       ` Martyn Pike
2010-09-10 22:21         ` Ludovic Brenta
2010-09-11  6:35           ` Martyn Pike
2010-09-10 19:18     ` David Sauvage [this message]
2010-09-10 20:03       ` Martyn Pike
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox