Tvheadend dependencies


Recommended Posts

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!

Link to comment

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?

Link to comment

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)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.