-
Notifications
You must be signed in to change notification settings - Fork 33
Problem with vdr2.3.8 #94
Comments
2.3.x compiles and runs fine here |
Hmm strange. Can you assume what this "undefined symbol: _ZNK7cTimers7GetByIdEi" means? Compling also works but it doesn't run. Only with 2.3.3 |
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. |
I always build vdr with the original sources. |
strange. how do you build it? what Linux distro and version do you use? |
I'm running Ubuntu 14.04 Server. I just untar vdr, copy my symlinks of Plugins into the PLUGIN folder and make & make install. |
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. |
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.
The text was updated successfully, but these errors were encountered: