Bugzilla – Bug 148279
Scribus crashes on startup, has to be linked with -rdynamic
Last modified: 2006-02-23 18:02:43 UTC
Scribus plugins use several symbols of the main Scribus application, which are removed during linking when no "-rdynamic" switch is used for the linker. During startup the plugins are loaded, symbols cant be resolved and scribus crashes.
Please be a bit more verbosive, which modules and packages do you mean exactly?
Package scribus, at least arch i586. Plugins are part of package scribus, located under /usr/lib/scribus/plugins Missing symbols should be in /usr/bin/scribus, but are removed during linking (scribus.o, which gets linked to scribus, has these symbols) ----------- /usr/lib/scribus/plugins/libimportps.so.0.0.0: undefined symbol: _ZTV10ScriXmlDoc /usr/lib/scribus/plugins/liboodrawimp.so.0.0.0: undefined symbol: _ZTV10ScriXmlDoc scribus: symbol lookup error: /usr/lib/scribus/plugins/libpreview.so.0.0.0: undefined symbol: _ZN10ScribusApp11SetKeyEntryEi7QStringii
Removed linkflag= from make in scribus.spec.
*** Bug 147449 has been marked as a duplicate of this bug. ***