Oscam problem

fernandbteich

Registered
Messages
2
hi
I have an ubuntu linux pc and I have a problem running oscam.
I got the latest oscam bin file added the oscam.conf,server and user files, chmodded 755 the bin file and tried to run it after installing the dependencies as follows:

apt-get install libpcsclite-dev
apt-get install libssl-dev
cd /usr/lib
ln -s libcrypto.so.0.9.8 libcrypto.so.6
ln -s libssl.so.0.9.8 libssl.so.6

when I try to run oscam all i get is this no matter what:
-bash: ./oscam: No such file or directory

If I chmod 666 the file i get permission denied but when i 755 it all i get is this.
What should i do? :(
Please guide me step by step

Thanks a lot
 
Top