Summary: | Koffice 1.5.1 - Compilation error (karbon error) | ||
---|---|---|---|
Product: | [Unmaintained] koffice | Reporter: | Gianluca Varisco <giangy> |
Component: | general | Assignee: | KOffice Bug Wranglers <koffice-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gianluca Varisco
2006-05-19 15:56:05 UTC
Looks like a local problem on your system. Not a KDE (or koffice) problem at all. On Friday 19 May 2006 15:56, Gianluca Varisco wrote:
> warning: libpng.so.3, needed by /opt/kde/lib/libkdeprint.so, may conflict with libpng.so.0
Oh boy. Relink everything (qt and kde) if you changed your version of libpng,
and your image magick needs recompilation too for other reasons.
See http://redux.imagemagick.org/discussion-server/viewtopic.php?p=20039#20039 for more informations about the fix that was applied (the author is Robby Workman - rw@rlworkman.net). Best Regards, Gianluca Varisco The libpng conflict is, I think, a separate issue - I forgot to advise you of that, Gianluca. Essentially, it's specific to Slackware. As you know, the aaa_elflibs package has a minimal set of "just in case" libraries that are installed at initial system setup and should not be reinstalled or upgraded if you have newer libs installed since then (this would generally be acceptable when doing an upgrade from one release to another, IMHO, assuming you don't have newer versions of things than what is on the release). Anyway, the older libpng* files from the 10.2 aaa_elflibs package were still installed on my system. They *should* have been removed by the first upgrade to the libpng package, and they almost certainly were, so I apparently upgraded the aaa_elflibs package at some point *after* installing an updated libpng package. To make a long story short, removing the libpng* files contained in aaa_elflibs solved the conflict. RW Definetely not a KDE bug. Definetely not a KDE bug. Just to clarify: the error log in building koffice detailed in the forum post (http://redux.imagemagick.org/discussion-server/viewtopic.php?p=20039#20039) occurred *after* fixing the libpng* conflict and recompiling imagemagick. While removing the older libpng* files fixed the version conflict, the libMagick.so undefined references still occur. Thanks for the input from all, though - I appreciate everyone's attention to this :) RW add addition LDFLAGS environment variable before go configure. $LDFLAGS=-lWand ./configure --prefix=/opt/kde |