Launching the updated version of IdeaMaker 3.5.2 on Ubuntu 18.04.4 LTS from executable file  ideaMaker-3.5.2.4098.glibc2.15-x86_64.AppImage generate error:

ideamaker.real: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory

Solution was really simple. Check the library location in your OS:

$ locate librtmp.so.1
/usr/lib/x86_64-linux-gnu/librtmp.so.1

If the library exists - create link from version 1 to version 0:

$ sudo ln -s /usr/lib/x86_64-linux-gnu/librtmp.so.1 /usr/lib/x86_64-linux-gnu/librtmp.so.0

Add new comment

The content of this field is kept private and will not be shown publicly.
  • No HTML tags allowed.
CAPTCHA
                          .o.        ooooo     ooo    .o              ooooo     ooo 
.888. `888' `8' o888 `888' `8'
ooo. .oo. .oo. .8"888. 888 8 888 .ooooo. 888 8
`888P"Y88bP"Y88b .8' `888. 888 8 888 d88' `88b 888 8
888 888 888 .88ooo8888. 888 8 888 888ooo888 888 8
888 888 888 .8' `888. `88. .8' 888 888 .o `88. .8'
o888o o888o o888o o88o o8888o `YbodP' o888o `Y8bod8P' `YbodP'


Enter the code depicted in ASCII art style.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.