Edward-Wu/srt-live-server

help compiling problems

Opened this issue · 1 comments

I perform the installation steps
https://github.com/Haivision/srt

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tclsh pkg-config cmake libssl-dev build-essential
./configure
make install

when compiling create the bin folder, but I get the following error

./sls: error while loading shared libraries: libsrt.so.1.4: cannot open shared object file: No such file or directory

how do I solve it
jfn.digital@gmail.com

please check the installed path of so file when make install, like following:
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib64/libsrt.so.1.4.2
-- Installing: /usr/local/lib64/libsrt.so.1.4

check whether the path is included in LD_LIBRARY_PATH , if not , add it to LD_LIBRARY_PATH.