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.
              ooo        ooooo  ooooo      ooo                   .ooo    oooo        
`88. .888' `888b. `8' .88' `888
oooo ooo 888b d'888 8 `88b. 8 oooo ooo d88' 888 oooo
`88. .8' 8 Y88. .P 888 8 `88b. 8 `88. .8' d888P"Ybo. 888 .8P'
`88..8' 8 `888' 888 8 `88b.8 `88..8' Y88[ ]88 888888.
`888' 8 Y 888 8 `888 `888' `Y88 88P 888 `88b.
.8' o8o o888o o8o `8 .8' `88bod8' o888o o888o
.o..P' .o..P'
`Y8P' `Y8P'
Enter the code depicted in ASCII art style.