oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk

MurphyRSA

Registered
Messages
12
Hi Guys

i am trying to run this file.
oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk
and it comes up with this error:

./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.8' not found (required by ./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk)

I have done apt-updates and tried to load all libraries that I think are relevant.

Please help :)
 

MurphyRSA

Registered
Messages
12
and path must be correct as when I renamed one file it found the other :p

root@smith:~/oscam# ./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk
./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk: /lib/libc.so.6: version `GLIBC_2.8' not found (required by ./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk)
 

xxxAxxx

Super VIP
Messages
1,172
try this
apt-get install libssl-dev


after installtion make the links

cd /usr/lib

ln -s libcrypto.so.0.9.8 libcrypto.so.6
ln -s libssl.so.0.9.8 libssl.so.6

now try .....
 

MurphyRSA

Registered
Messages
12
Thanks for the suggestion xxxAxxx

Thanks for the suggestion xxxAxxx
But still no luck

I then did apt-get and edited the sources to un hash more of them.

root@smith:~/oscam# ./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk
./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.8' not found (required by ./oscam-0.99.4-UMP-svn1937-i686-pc-linux-trunk)

and the ln for the file above :
root@smith:/lib/tls/i686/cmov# ls -l
...
lrwxrwxrwx 1 root root 11 2010-03-18 23:37 libc.so.6 -> libc-2.7.so
-rw-r--r-- 1 root root 9684 2009-08-18 03:04 libdl-2.7.so
...

and for your requested changes:
-rw-r--r-- 1 root root 1342628 2010-01-13 21:29 libcrypto.so.0.9.8
lrwxrwxrwx 1 root root 18 2010-03-18 23:29 libcrypto.so.6 -> libcrypto.so.0.9.8

lrwxrwxrwx 1 root root 15 2010-03-18 23:29 libssl.so -> libssl.so.0.9.8
-rw-r--r-- 1 root root 264708 2010-01-13 21:29 libssl.so.0.9.8
lrwxrwxrwx 1 root root 15 2010-03-18 23:29 libssl.so.6 -> libssl.so.0.9.8

I hope this can help you.
all the oscam's before worked on my system.

Maybe it was made incorrectly ?
root@smith:/usr/lib# uname -a
Linux smith 2.6.24-23-server #1 SMP Wed Apr 1 22:22:14 UTC 2009 i686 GNU/Linux

thanks again :)
 
Last edited:

MurphyRSA

Registered
Messages
12
My problem was solved by creating my own compilation oscam.
I found the instructions on this site:


Thanks I have it working now I need to just test it with the real card. Wish me luck but that is tomorrows task :p

-------------------------------------------------------------------------------
**** OSCam << cardserver started at Fri Mar 19 00:41:39 2010
-------------------------------------------------------------------------------
2010/03/19 0:41:39 20895 s version=0.99.4svn, build #1939, system=i686-pc-linux, nice=-1
 
Last edited by a moderator:

bobikat

Registered
Messages
4
My problem was solved by creating my own compilation oscam.
I found the instructions on this site:


Thanks I have it working now I need to just test it with the real card. Wish me luck but that is tomorrows task :p

-------------------------------------------------------------------------------
**** OSCam << cardserver started at Fri Mar 19 00:41:39 2010
-------------------------------------------------------------------------------
2010/03/19 0:41:39 20895 s version=0.99.4svn, build #1939, system=i686-pc-linux, nice=-1

Hello, i have the same problem, and where i can read how to compilate the oscam?
 

scorpionoir009

Registered
Messages
3
root@leprodusat:~# apt-get install libssl-dev
Lecture des listes de paquets... Fait
Construction de l'arbre des dأ�pendances
Lecture des informations d'أ�tat... Fait
libssl-dev est dأ�jأ* la plus rأ�cente version disponible.
0 mis أ* jour, 0 nouvellement installأ�s, 0 أ* enlever et 88 non mis أ* jour.
root@leprodusat:~# cd /usr/lib
root@leprodusat:/usr/lib# ln -s libcrypto.so.0.9.8 libcrypto.so.6
ln: creating symbolic link `libcrypto.so.6': File exists
root@leprodusat:/usr/lib# ln -s libssl.so.0.9.8 libssl.so.6
ln: creating symbolic link `libssl.so.6': File exists


meme problemme
 
Top