Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not run the example under Ubuntu 16.10 : librtmp.so.0: cannot open shared object file: No such file or directory #6

Open
GisTom2 opened this issue Feb 13, 2018 · 2 comments

Comments

@GisTom2
Copy link

GisTom2 commented Feb 13, 2018

Hi!
I use the commane line:
./example_aggTrades.run.sh
./example_aggTrades: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory

What is wrong?
Thanks

@kev6
Copy link

kev6 commented Apr 28, 2018

Search for librtmp.so.* by doing this command:

find . -name librtmp.so.* -print

Create a symbolic link with the version you have:

sudo ln -s librtmp.so.1 librtmp.so.0

@kev6 kev6 mentioned this issue Apr 28, 2018
@freewayso
Copy link

has slove it,很坑爹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants