Joerg Bornkessel wrote:
On try to load the plugin on vdr start, i get following ERROR in syslog:
Jul 30 22:27:23 vdr1 vdr: [9428] ERROR: /usr/lib/vdr/plugins/libvdr-mailbox.so.1.5.6: \ undefined symbol: _ZN2Ax3VDR11OsdMenuBaseI8cOsdMenuE14clearStatusMsgEv
Is there a workaround or any hints how is this to fix?
Cannot help much, but c++filt says that the above missing symbol translates to:
Ax::VDR::OsdMenuBase<cOsdMenu>::clearStatusMsg()
This is at least not part of standard VDR, except for the cOsdMenu part, so its probably the mailbox plugin. Did you try a clean recompile of VDR and plugins?
Cheers,
Udo