Raspberry Libssl dependências

JDean

New Member ++
Joined
Oct 4, 2021
Messages
6
Reaction score
2
Hi,

Im having issues on rasp.os when try to start oscam it says:

Libssl0.9.8 shared lib not exists

I have OpenSSL.1.1.0 instaled so I dont know where is the problem
 
That should be enough not an expert on running oscam on a PI but have you tried running this command

sudo apt-get install Libssl0.9.8
 
thanks, but I already tried:

Package libssl0.9.8 is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source



E: Package 'libssl0.9.8' has no installation candidate
 
Im stuck mate as i would of thought 1.1.0 to be fine.

I carnt even find the libssl0.9.8 package ill have another look later
 
I tried this one:

root@ubuntu:~# ln -s libcrypto.so.1.1 /usr/lib/arm-linux-gnueabihf/libcrypto.so.0.9.8


root@ubuntu:~# ln -s libcrypto.so.1.1 /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1.0


but now it shows:


/usr/bin/oscam: symbol lookup error: /usr/bin/oscam: undefined symbol: SSL_load_error_strings

thanks anyway
 
Back
Top