Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2395 - libpng is wrong version
Summary: libpng is wrong version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 09:29 UTC by Steven Harms
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Harms 2002-05-03 09:29:12 UTC
I get this from running panel&

libpng warning: Application was compiled with png.h from libpng-1.2.1
libpng warning: Application  is running with png.c from libpng-1.0.12
libpng error: Incompatible libpng version in application and library

My version of gentoo:  I rsync'd the other day, so whichever version that is
being called.  Several others in #gentoo have same issue.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-03 15:53:26 UTC
Well, the thing to do is the following.  First emerge libpng, then 

cd /usr/portage/media-libs/libpng
emerge libpng-1.0.12-r1.ebuild

That way, you'll have both and everything should work fine.

Pass it on :)