Wednesday, June 22, 2011

How-to: Installing/compiling oscam on debian

It seems when you download newer releases of oscam, they refuse to work due to a library issue.

A workaround is to compile you're own oscam on the machine you are using to ensure it is compatible.

This how-to is to help folks get their oscam compiled.

Use putty to log onto you're server as root
then type in the following:

Code:
cd /emu/script
wget http://tiny.cc/zaUVU
chmod 755 compile.sh
./compile.sh
This will download all the needed files and libraries, compile oscam and move it to /emu/oscam.


It can happen that the source is protected with a "root" password. If this is the case, just wait 10 minutes and try again

Enjoy

No comments:

Post a Comment