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
  .ooooo.                                    .o.                                
888' `Y88. .888.
888 888 oooo oooo ooo. .oo. .8"888. oo.ooooo. oooo ooo
`Vbood888 `888 `888 `888P"Y88b .8' `888. 888' `88b `88. .8'
888' 888 888 888 888 .88ooo8888. 888 888 `88..8'
.88P' 888 888 888 888 .8' `888. 888 888 `888'
.oP' `V88V"V8P' o888o o888o o88o o8888o 888bod8P' .8'
888 .o..P'
o888o `Y8P'
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.