problem with the licence manager

11 visualizaciones (últimos 30 días)
Alfons Ams
Alfons Ams el 13 de Jul. de 2021
Respondida: Lukasz Rajchel el 23 de Mayo de 2022
Debian 10 is installed on the computer. I receive the following error message:
./flexnet.boot.linux start
Error: Cannot run the file /usr/local/MATLAB/R2021a/etc/glnxa64/lmgrd. This may not be an LSB compliant system.
What is the solution to the problem?

Respuesta aceptada

Simon Burkhalter
Simon Burkhalter el 5 de Ag. de 2021
I hade the same issue today. What I found out was, that the lsb_compat package is no longer available for debian buster. So I did to following to fix the issue:
I've downloaded the lsb_compat packages from stretch: https://packages.debian.org/stretch/lsb-compat
You can scroll down and download it for your architecture.
And then installed it with (as root):
apt install ./lsb-compat_9.20161125_amd64.deb
  1 comentario
David Schiller
David Schiller el 26 de Ag. de 2021
Thank you! This fixed it on my Debian 10 install as well.

Iniciar sesión para comentar.

Más respuestas (1)

Lukasz Rajchel
Lukasz Rajchel el 23 de Mayo de 2022
Very similar issue here, under Fedora 33. Solution was also quite similar:
sudo dnf install redhat-lsb
The issue is with lsb-related packages.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by