MATLAB compilerで生​​成したスタンドアロ​ン​アプリケーション​をGUI否想定のl​​inux環境上で実行​​できません

掲題についてですが、
matlab runtimeのインストールまで成功しています。
その後、
の内容に従って、bashrcのパス設定を行い、下記のコマンドで実行できるはずでしたが、エラーとなります。
実行ファイル名を仮に
test
としています。
[実行したコマンド]
$ ./run_conductor.sh <matlab runtime インストールディレクトリ> -nodisplay
[エラーメッセージ]
./test: symbol lookup error: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
お答えいただければ幸いです。宜しくお願いします。

3 Comments

[実行したコマンド]に誤りがありました。
./run_conductor.sh
ではなく
./run_test.sh
です
使用しているLinuxのディストーションやバージョンの情報はどれでしょうか?
大変ありがとうございます。バージョン依存かもしれないということで試してみます。

Sign in to comment.

Answers (0)

Categories

Products

Release

R2016b

Asked:

on 13 Jul 2021

Commented:

on 2 Aug 2021

Community Treasure Hunt

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

Start Hunting!