manio / vdr-plugin-dvbapi

VDR dvbapi plugin for use with OSCam
http://www.streamboard.tv/wbb2/thread.php?threadid=40060
GNU General Public License v2.0
57 stars 25 forks source link

I get this error with VDR 1.7.27 and vdr-plugin-dvbapi-1.0.6 #69

Closed cklazer closed 10 years ago

cklazer commented 10 years ago

here syslog: Sep 4 21:32:48 yavdr vdr: [11560] loading plugin: /usr/lib/vdr/plugins/libvdr-dvbapi.so.1.7.27 Sep 4 21:32:48 yavdr vdr: [11560] ERROR: /usr/lib/vdr/plugins/libvdr-dvbapi.so.1.7.27: undefined symbol: _ZN13cDvbCiAdapter15CreateCiAdapterEP7cDevicei

Whats wrong? Please help. Thanks.

manio commented 10 years ago

I don't know if you are compiling it against own VDR sources or the distro. If you are doing it against own DVR, then go into the vdr/PLUGINS/src/dvbapi and type 'make clean'. Then go into main VDR source dir and type 'make install-plugins'.

cklazer commented 10 years ago

Thanks for you answer manio. But I solved the problem in another way - What I did:

apt-get dist-upgrade apt-get source vdr (2.0.6) downloaded dvbapi-plugin_v1.0.6 and make plugins then I copied the created files to /usr/lib/vdr/plugins and it works

Before I did almost the same, only I downloaded the vdr-sources manually(1.7.27) cause the dowloadable sources are 2.0.6. It seems that are differences between yavdr-sources and the sources from tvdr.de... I dont know!!

manio commented 10 years ago

Ok, great :)