FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
17 stars 33 forks source link

Problem with vdr2.3.8 #94

Open dersch81 opened 7 years ago

dersch81 commented 7 years ago

Hi since i'm facing some problems with vdr 2.3.3 at the moment i wanted to try the dev 2.3.8

But it stops because of VNSI:

vdr: [30739] loading plugin: /usr/local/lib/vdr/libvdr-vnsiserver.so.2.3.8 vdr: [31395] ERROR: /usr/local/lib/vdr/libvdr-vnsiserver.so.2.3.8: undefined symbol: _ZNK7cTimers7GetByIdEi vdr: [30739] ERROR (ci.c,2990): (null): Ungültige Adresse vdr: [30739] exiting, exit code 2

ist it possible to fix? I tried it with 2.3.6 as well but it is the same.

FernetMenta commented 7 years ago

2.3.x compiles and runs fine here

dersch81 commented 7 years ago

Hmm strange. Can you assume what this "undefined symbol: _ZNK7cTimers7GetByIdEi" means?

Compling also works but it doesn't run. Only with 2.3.3

FernetMenta commented 7 years ago

Do you build with original vdr sources or something you Linux distro provides? My guess is the latter and the dev package you got is incorrect. As a result you build plugins with different compile switches than vdr was built.

dersch81 commented 7 years ago

I always build vdr with the original sources.

FernetMenta commented 7 years ago

strange. how do you build it? what Linux distro and version do you use?

dersch81 commented 7 years ago

I'm running Ubuntu 14.04 Server. I just untar vdr, copy my symlinks of Plugins into the PLUGIN folder and make & make install.

FernetMenta commented 7 years ago

Apart from using git instead of downloading tar files, I do basically the same. Main difference seems to be that I am on Ubuntu 17.04.