Downloads: CCcam2.3.8.arm

CCcam2.3.8.arm

Valuta questo file
Caricato da casinista - 13-05-2019
Autore Autore Sconosciuto
Dimensione del file Dimensione del file 261.7 KB
Downloads Downloads 105
+ Scarica
CCcam2.3.8.arm

codice:
For the CCcam 2.3.8 to work on VU + with ARM we will need a libstdc ++. So.6.0.22



Tested on the VU + Ultimo 4k VTi 14.0.3 Image

Then the following ssh / telnet run

then we delete the symbolic link to the old libstdc ++. so.6.0.20

rm /usr/lib/libstdc++.so.6

Then again a new symbolic link to the new libstdc ++. So.6.0.22

ln -s /usr/lib/libstdc++.so.6.0.22 /usr/lib/libstdc++.so.6

to undo it again

rm /usr/lib/libstdc++.so.6

ln -s /usr/lib/libstdc++.so.6.0.20 /usr/lib/libstdc++.so.6

then delete the /usr/lib/libstdc++.so.6.0.22 again