Jump to content


jor

Member Since 18 Nov 2007
Offline Last Active 04 Dec 2023 07:49
-----

Posts I've Made

In Topic: Bug in SCAM

18 November 2018 - 17:33

Now I got it. No, the card still remains not updated even after using scam. At the past oscam had some issues to update this card, on the contrary scam update the card in a few minutes. So I guess that the provider stopped sending emms to update it because they want their subscribers to use the V5 or V6 cards.


In Topic: Bug in SCAM

18 November 2018 - 11:47

... for the time being, count on crashing sooner or later.

Why ?? By the way, scam is not the softcam I prefer to use. I just used it trying to update my viaccess card.


In Topic: Bug in SCAM

18 November 2018 - 07:55

Thanks all for your suggestions. The current versions are 1.0.0. So after giving ln -s libssl.so.1.0.0 libssl.so.0.9.7 and ln -s libcrypto.so.1.0.0 libcrypto.so.0.9.7  the problem was solved and scam_3.60 running fine !!!


In Topic: Bug in SCAM

17 November 2018 - 20:24

Define no luck? You get an error message on the ln command? Or scam doesn't start?

 

If it doesn't work, you're out of luck, the scam binary needs to be compiled against the current libraries, and only the owner of the source code can do that.

Sorry I was not precise. Scam is not starting with the message "error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory"


In Topic: Bug in SCAM

17 November 2018 - 20:00

This is an ongoing problem with antique binaries.

 

You could try

cd /usr/lib
ln -s libcrypto.so.1.0.2 libcrypto.so.0.9.7

and then hope the API and functionality is that far backward compatible...

Unfortunately no luck. Any other ideas ??