LoginSignup
1
0

More than 5 years have passed since last update.

Autodesk network license managerをcentosにいれたらエラー

Posted at

非エンジニアの人も多いかもなので。

$ /opt/flexnetserver/lmgrd
-bash: /opt/flexnetserver/lmgrd: /lib64/ld-lsb-x86-64.so.3: bad ELF interpreter: そのようなファイルやディレクトリはありません

と怒られたので、

$ cd /lib64
$ sudo ln -s ld-2.12.so /lib64/ld-lsb-x86-64.so.3

としました。というだけの話。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0