moetsi / Sensor-Stream-Pipe

Open Source Sensor Stream Server and Client for Digitizing Reality
MIT License
70 stars 11 forks source link

ssp_server: error while loading shared libraries #13

Closed alitokur closed 2 years ago

alitokur commented 2 years ago

it's working well with ubuntu 20.04 but I get the following error when I try it on ubuntu 18.04

ssp_server: error while loading shared libraries: libswresamample.so.3: cannot open shared object file: No such file or directory

Is there any solution for ubuntu 18.04?

cheers

adammpolak commented 2 years ago

Sorry @alitokur unfortunately with the extensions we have done with SSP (iOS extension, Unity plugin extension) we have been a bit resource-constrained to also support backward compatibility to 18.04.

Are you able to move forward on your project using 20.04?

alitokur commented 2 years ago

well, ok i can do that for some quick tests 🦊

jaykim305 commented 2 years ago

I had the same issue. I solved it by exporting LD_LIBRARY_PATH. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${workspaceFolder}/build/_deps/ssp_dep-src/ffmpeg/lib/.