Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: Laui on November 13, 2018, 07:10:48 PM

Title: Avidemux App-Image 2.7.1v2, libGLU.so.1 missing?
Post by: Laui on November 13, 2018, 07:10:48 PM
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?
Title: Re: Avidemux App-Image 2.7.1v2, libGLU.so.1 missing?
Post by: eumagga0x2a on November 13, 2018, 08:30:39 PM
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
Title: Re: Avidemux App-Image 2.7.1v2, libGLU.so.1 missing?
Post by: Laui on November 15, 2018, 10:56:53 PM
Thanks, now it works :)