필터 지우기
필터 지우기

problem with the licence manager

조회 수: 11 (최근 30일)
Alfons Ams
Alfons Ams 2021년 7월 13일
답변: Lukasz Rajchel 2022년 5월 23일
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일
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일
Very similar issue here, under Fedora 33. Solution was also quite similar:
sudo dnf install redhat-lsb
The issue is with lsb-related packages.

카테고리

Help CenterFile Exchange에서 Introduction 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