Hallo Listusers,
Iam try to use the vdr-mailbox-0.4.0 plugin on vdr-1.5.6
Iam used the patch from http://toms-cafe.de/vdr/download/mailbox-0.4.0-1.5.3.diff to fix compile Problems.
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?
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
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
Thanks, Udo
Damnd, my fault, short before i'll go crazy !!
I have on my system a local patch for more user keys in VDR, there comes the conflikt from.