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?

 採用された回答

Simon Burkhalter
Simon Burkhalter 2021 年 8 月 5 日

1 投票

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 件のコメント

David Schiller
David Schiller 2021 年 8 月 26 日
Thank you! This fixed it on my Debian 10 install as well.

サインインしてコメントする。

その他の回答 (1 件)

Lukasz Rajchel
Lukasz Rajchel 2022 年 5 月 23 日

1 投票

Very similar issue here, under Fedora 33. Solution was also quite similar:
sudo dnf install redhat-lsb
The issue is with lsb-related packages.

1 件のコメント

Justin Njus
Justin Njus 2024 年 6 月 6 日
This worked to resolve the lsb compliance error on RHEL 8.10 - thank you!!

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by