Subject: KDE's karbon won't run because of an undefined symbol
To: None <tech-pkg@netbsd.org>
From: David W. Talmage <talmage@onespeeddave.com>
List: tech-pkg
Date: 03/24/2006 08:16:05
When I run karbon, it complains and exits:
kdecore (KLibLoader): WARNING: KLibrary: Undefined symbol "init_libkarbonpart"
kdecore (KLibLoader): WARNING: The library libkarbonpart does not offer an
init_libkarbonpart function.
koffice (lib kofficecore): WARNING: The library libkarbonpart does not offer
an init_libkarbonpart function.
This is a known bug: http://bugs.kde.org/show_bug.cgi?id=111372
Comment #9 (http://bugs.kde.org/show_bug.cgi?id=111372#c9) explains the cause
and the solution (onfigure without LDFLAGS set: $ LDFLAGS= ./configure).