Forums » Tutorial and setups »
openssl 1.1.1k
Added by sean m about 3 years ago
I recently upgraded my raspbian4 to bullseye which broke tvheadend so i rebuilt but it is still looking for libssl-1.0.2. how can fix it so it works if openssl 1.1.1. (same issue with libcrypto)
Replies (3)
RE: openssl 1.1.1k - Added by Ron L almost 3 years ago
Not sure exactly but I ran into the same dep issue trying to install my old tvh deb package into Mint 20. (focal). I had to remove the debian/.debhelper out of the way before it would compile and build an new package after git pull.
New deb package has these deps.....
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libdvbcsa1 (>= 1.1.0), libpcre2-8-0 (>= 10.22), libssl1.1 (>= 1.1.1), libstdc++6 (>= 4.1.1), liburiparser1 (>= 0.6.0), libva-drm2 (>= 1.1.0), libva2 (>= 2.2.0), zlib1g (>= 1:1.2.0.2), bzip2
ssl is at 1.1.1.
RE: openssl 1.1.1k - Added by sean m almost 3 years ago
Thanks for the response, however i do not have a .debhelper directory in the debian. I usually just git pull > ./configure ... > make clean > make > make install, i do not bother with deb packages. But i decided to created a debian package and it looks like its working. Thanks again.
RE: openssl 1.1.1k - Added by Ron L almost 3 years ago
In that case probably
make distclean
./configure
make
make install