min icon indicating copy to clipboard operation
min copied to clipboard

Missing dependency libgbm1 on min-1.26.0 armv7l build

Open Battle-Zoid opened this issue 2 years ago • 0 comments

  • min-1.26.0-armv71
  • Devuan 4.0 (chimaera)

Expected Behaviour

$ sudo dpkg -i min-1.26.0-armv7l.deb $ sudo apt install -f $ min

Will start the Min browser.

Actual Behaviour

$ sudo dpkg -i min-1.26.0-armv7l.deb $ sudo apt install -f $ min min: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory

To Reproduce

On Devuan 4.0 (chimaera)

  • download min-1.26.0-armv7l.deb
  • sudo dpkg -I min-1.26.0-armv7l.deb
  • sudo apt install -f
  • min

Temporary Fix

  • sudo apt install libgbm1

The better way would be to add libgbm1 to the dependency list.

Battle-Zoid avatar Oct 16 '22 18:10 Battle-Zoid