on 09/18/2011 11:10 PM walt wrote the following:
> I just did a routine update on my ~amd64 machine and saw the portage
> warning that libpng14 has been replaced by libpng15, and I should run
> revdep-rebuild --library '/usr/lib/libpng14.so' and then delete the
> obsolete library.
><snip>
> This fixed the problem for me (as similar moves have done in the past):
> 
> #find /usr/lib64 -name \*.la -exec sed -i s/png14/png15/ '{}' ';'

Thanks ! I didn't know we can just edit .la files.

Reply via email to