Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2014 16:23:20 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: Missing "libpng15.so.15" after updating "png"
Message-ID:  <549EB2C8.4080205@passap.ru>
In-Reply-To: <20141227074457.5c40a566@scorpio>
References:  <20141227074457.5c40a566@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
27.12.2014 15:44, Jerry пишет:
> Sat, 27 Dec 2014 07:32:15 -0500
> 
> After the recent update of "png"

It'll be wise to show how you did the update (a command line is
fine).

> I am experiencing a problem. The
> "claws-mail-fancy" plugin is no longer working. It issues this error message
> when starting up:
> 
> The following error occurred while loading fancy.so :
> 
> Shared object "libpng15.so.15" not found, required by "libwebkitgtk-1.0.so.0"
> 
> I thought re-installing "png" would help, but it did not.
> 
> I tried:
> 
> $ pkg which libwebkitgtk-1.0.so.0
> /usr/ports/libwebkitgtk-1.0.so.0 was not found in the database

One should use a full file name with "pkg which":
-----
% locate libwebkitgtk-1.0.so.0
/usr/local/lib/libwebkitgtk-1.0.so.0
% pkg which /usr/local/lib/libwebkitgtk-1.0.so.0
/usr/local/lib/libwebkitgtk-1.0.so.0 was installed by package
webkit-gtk2-1.8.3_6
% whereis webkit-gtk2
webkit-gtk2: /usr/ports/www/webkit-gtk2
-----

So, I'd say that www/webkit-gtk2 should be updated.

> I did follow all of the instructions in UPDATING and there were no errors
> reported.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?549EB2C8.4080205>