←  [EN] Enduser support

Forums

»

simplebuild oscam doesnt run

belmont's Photo belmont 8 Nov 2015

I have installed the OpenPLi-4.0-beta-dm800se-20151107.zip onto my original DM800SE and installed oscam from menu too. It works.

However when I compiled a new oscam using simplebuild using both openpli4 toolchain and Enigma2 toochain, I can not run these binaries on the Dreambox having openpli4.

 

 

root@dm800se:/media/hdd/test# ls -la
drwxr-xr-x    2 root     root          4096 Nov  8 20:53 .
drwxrwxrwx    9 root     root          4096 Nov  8 17:05 ..
-rwxr-xr-x    1 root     root       1386627 Nov  8 20:53 oscam-svn11107-mipsoe20-webif
-rwxr-xr-x    1 root     root       1401833 Nov  8 20:45 oscam-svn11107-openpli40-webif

root@dm800se:/media/hdd/test# ./oscam-svn11107-mipsoe20-webif
./oscam-svn11107-mipsoe20-webif: error while loading shared libraries: op_garbage_collector: cannot open shared object file: No such file or directory
root@dm800se:/media/hdd/test# ./oscam-svn11107-openpli40-webif
./oscam-svn11107-openpli40-webif: error while loading shared libraries: m_bytes_init: cannot open shared object file: No such file or directory
root@dm800se:/media/hdd/test# uname -a
Linux dm800se 3.2-dm800se #1 SMP Mon Feb 16 10:01:50 CET 2015 mips GNU/Linux
root@dm800se:/media/hdd/test# cat /etc/issue
openpli 4 \n \l

root@dm800se:/media/hdd/test#

 

any idea why this happens?

 

Quote

Jan Gruuthuse's Photo Jan Gruuthuse 9 Nov 2015

If you are certain you build OSCam with your required modules?

You did change file permissions: 755

If you FTP'ed with filezilla use in Settings: Transfers: File Types: Default transfer type: Binary.

If on ubuntu:

- you do build with 64-bit OS?

- on 14.04 LTS: ./simplebuild ubu14install

 

Try: ./simplebuild checkout and build again.


Edited by Jan Gruuthuse, 9 November 2015 - 06:56.
Quote

Jan Gruuthuse's Photo Jan Gruuthuse 9 Nov 2015

and replace the oscam in the same location where oscam runs, stop oscam before doing so.

Quote

belmont's Photo belmont 9 Nov 2015

and replace the oscam in the same location where oscam runs, stop ccam before doing so.

 

I built it on ubuntu 12.04 64 bit, with simplebuild which toolchain should i use? openpli40 or mipsoe20 for original DM800SE? I tried few prebuilt oscam too, those have also the same problem.


Edited by belmont, 9 November 2015 - 07:21.
Quote

Jan Gruuthuse's Photo Jan Gruuthuse 9 Nov 2015

 

wie baue ich für eine

    DMM 500HD, 800SE, 7020HD, 8000
    VU solo(2) duo(2) ultimo
    MK-Digital XP 1000,Clarck-tech ET9000
    kompatible Modelle

./simplebuild checkout
./simplebuild dreambox_fpu

probably you should rename the build to the same name of the current oscam that is running.

source: streamboard.tv: MPCS/OSCam Compilierung, Binaries, Images: Simplebuild (2.42/1.44) *Howto/Anleitungen/Instructions*


Edited by Jan Gruuthuse, 9 November 2015 - 07:33.
Quote

belmont's Photo belmont 9 Nov 2015

SOLVED:  Thank you so so much it was the problem of the filezilla transfer, it was set to auto, not to binary. After changing it to binary. My newly build oscam works like a charm. BIG THANKS

Quote

Jan Gruuthuse's Photo Jan Gruuthuse 9 Nov 2015

Mostly it is filezilla transfer related, if not using binary transfer, the transfer mangles the binary.

Quote