Avidemux App-Image 2.7.1v2, libGLU.so.1 missing?

Started by Laui, November 13, 2018, 07:10:48 PM

Previous topic - Next topic

Laui

Hi,
under Lubuntu 18.04 64bit
first
chmod +x avidemux_2.7.1v2.appImage
than
./avidemux_2.7.1v2.appImage
comes an error message
/tmp/.mount_nnKwK4/usr/bin/avidemux3_portable: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
/home/user/Downloads

Anybody know this problem?

eumagga0x2a

Usually, libGLU is present on Linux installs so that it should not be necessary to include it into the appImage. What does

dpkg -l 'libglu*'

report? If libGLU is not installed, you should be able to do it by

sudo apt-get update
sudo apt-get install libglu1-mesa