SErviceScan TSDuck Integration

manual start TSDuck
Code:
root@sf8008:~# tsp
tsp: error while loading shared libraries: libtsduck.so: cannot open shared object file: No such file or directory
root@sf8008:~# tsanalyze
tsanalyze: error while loading shared libraries: libtsduck.so: cannot open shared object file: No such file or directory
root@sf8008:~# tsversion
tsversion: error while loading shared libraries: libtsduck.so: cannot open shared object file: No such file or directory

after change atributes
Code:
-rwxr-xr-x    1 0        0         1802112 Mar 09  2018 libtscore.so.3.41-4213
-rwxr-xr-x    1 0        0        11944344 Mar 09  2018 libtsduck.so.3.41-4213
and create symlink
Code:
root@sf8008:~# tsversion
3.41-4217
root@sf8008:~#
 
Back
Top