June 7, 201511 yr Hey everyone, as I was updating the tvheadend addon to the new plugin system, I thought I could as well update the binary itself to a recent version. The docs state that for this version the following dependencies are required: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), libdbus-1-3 (>= 1.0.2), libdvbcsa1 (>= 1.1.0), libssl1.0.0 (>= 1.0.0), liburiparser1 (>= 0.6.0), zlib1g (>= 1:1.1.4) Now, I have zlib-1.2.8-x86_64-1 uriparser-0.7.5-x86_64-1 libiconv-1.13.1-x86_64-2 installed. When I try to start tvheadend I get libssl.so.1.0.0: no version information available (required by tvheadend) libcrypto.so.1.0.0: no version information available (required by tvheadend) I even tried to manually install the latest openssl pack from slackware. Any idea what this could mean; how I could resolve the issue? I very much appreciate your help!
June 7, 201511 yr I searched the mighty web after your post in another thread about this and found two possible reasons. 1. The version number is not set when compiling the package. 2. Two versions exists of the libs. If I remember correctly from the output of the command below, it shows the version of both libs. ldd /usr/bin/tvheadend Have you tried compiling you own version of openssl?
June 9, 201511 yr Author Hey! Thanks for your response! I tried it again today and it still showed the two errors, but it started nevertheless... Strage thing It seems to work flawlessly now. root@Server:~# ldd /usr/bin/tvheadend /usr/bin/tvheadend: /lib64/libcrypto.so.1.0.0: no version information available (required by /usr/bin/tvheadend) /usr/bin/tvheadend: /lib64/libssl.so.1.0.0: no version information available (required by /usr/bin/tvheadend) linux-vdso.so.1 (0x00007ffea859b000) libdvbcsa.so.1 => /usr/lib64/libdvbcsa.so.1 (0x00002b597919e000) libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00002b59793b1000) libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00002b597961e000) libz.so.1 => /lib64/libz.so.1 (0x00002b59799fd000) liburiparser.so.1 => /usr/lib64/liburiparser.so.1 (0x00002b5979c12000) libavahi-common.so.3 => /usr/lib64/libavahi-common.so.3 (0x00002b5979e2b000) libavahi-client.so.3 => /usr/lib64/libavahi-client.so.3 (0x00002b597a037000) libdbus-1.so.3 => /usr/lib64/libdbus-1.so.3 (0x00002b597a247000) libdl.so.2 => /lib64/libdl.so.2 (0x00002b597a48d000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b597a691000) libm.so.6 => /lib64/libm.so.6 (0x00002b597a8ae000) librt.so.1 => /lib64/librt.so.1 (0x00002b597abb0000) libc.so.6 => /lib64/libc.so.6 (0x00002b597adb8000) libssp.so.0 => /usr/lib64/../lib64/libssp.so.0 (0x00002b597b182000) /lib64/ld-linux-x86-64.so.2 (0x00002b5978f78000)
Archived
This topic is now archived and is closed to further replies.