Libfx2.so - undefined symbol ....

The forum for our foreign guests... Please post in English
gman
Neugieriger
Neugieriger
Beiträge: 3
Registriert: Montag 27. März 2006, 23:22

Libfx2.so - undefined symbol ....

Beitrag von gman »

i am trying to use FBDrawSring in the draw class, the plugin compiles fine.

but when i try to execute my plugin i get the following error message.

"/var/tuxbox/plugins/testsplugin.so: undefined symbol: _Z12FBDrawStringiiiPchh"

in the config file testsplugin.cfg i added the following
"depend=/var/lib/libfx2.so" and "needfb=1".

the source code is in cpp.

does any one know whats wrong ?


(i' would rather post this in the "Development / Entwicklung" section :) )
dbluelle
Contributor
Beiträge: 319
Registriert: Samstag 29. Mai 2004, 18:49

Beitrag von dbluelle »

Seems to me that the libfx2.so on your Box has the DrawString-Method stripped away.
Did you really put your compiled libfx2.so into /var/lib ?

dbluelle
gman
Neugieriger
Neugieriger
Beiträge: 3
Registriert: Montag 27. März 2006, 23:22

Beitrag von gman »

No, i used the one in the image i use.... is it possible to check if it's stripped ?