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.
              oooo         ooooooo  ooooo   .oooooo..o             oooooooooo.  
`888 `8888 d8' d8P' `Y8 `888' `Y8b
oooo ooo 888 oooo Y888..8P Y88bo. .oooo. 888 888
`88. .8' 888 .8P' `8888' `"Y8888o. `P )88b 888oooo888'
`88..8' 888888. .8PY888. `"Y88b .oP"888 888 `88b
`888' 888 `88b. d8' `888b oo .d8P d8( 888 888 .88P
.8' o888o o888o o888o o88888o 8""88888P' `Y888""8o o888bood8P'
.o..P'
`Y8P'
Enter the code depicted in ASCII art style.