Bug 23288 - Link abiword plugins against libabiword
Summary: Link abiword plugins against libabiword
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: abiword (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 18:13 MSD by Aleksey Lim
Modified: 2010-04-07 11:10 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksey Lim 2010-04-06 18:13:31 MSD
For now, abiword plugins aren't linked to libabiword which breaks
python-abiword module.

Steps to Reproduce:
1. install python-module-abiword
2. python -c 'import abiword'

It fails with:
python: symbol lookup error: /usr/lib/abiword-2.7/plugins/freetranslation.so:
undefined symbol: _ZN7XAP_App6getAppEv

To link plugins against libabiword, enable_dynamic=yes configure parameter
required.
Comment 1 Repository Robot 2010-04-07 02:08:46 MSD
abiword-2.8.2-alt2 -> sisyphus:

* Tue Apr 06 2010 Damir Shayhutdinov <damir@altlinux> 2.8.2-alt2

- Link plugins against libabiword (Closes #23288)