From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5ddcf55fabcfa088 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 10 Sep 2010 15:03:29 -0500 From: Martyn Pike Subject: Re: Issues with GPS on Xubuntu Newsgroups: comp.lang.ada References: <4qSdnUDSdZ7C0BTRnZ2dnUVZ7rydnZ2d@giganews.com> <6ce518ad-74e7-4d81-91a8-3f6a36de7ef1@u13g2000vbo.googlegroups.com> User-Agent: Pan/0.133 (House of Butterflies) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: <8sGdnUvT5fOMEhfRnZ2dnUVZ_hsAAAAA@giganews.com> Date: Fri, 10 Sep 2010 15:03:29 -0500 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-pCc+iMIs92K3ZvuL01seffaXCXXpHet7XzPt3fawGgA8kwroOoyH6+lPj3fW8DPxj5KNJNqie4eVM2t!3kmqIFiELXoI/VZ//MGstYgazCKRmQNz7k9FsX/IUnr2cVFOUBTDciR4Yh40d1FXvgmy5P4gDI8= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Xref: g2news1.google.com comp.lang.ada:14001 Date: 2010-09-10T15:03:29-05:00 List-Id: On Fri, 10 Sep 2010 12:18:51 -0700, David Sauvage wrote: >> 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. Thanks David. That did indeed solve the problem.