フィルターのクリア

browser integration with MATLAB (Fedora 16 64bit)

1 回表示 (過去 30 日間)
Michal Kvasnicka
Michal Kvasnicka 2012 年 2 月 27 日
When I launch the following command: system('firefox')
or try to open anything related to web browser from MATLAB (for example Help-Web Resources-...)
I always get the folowing error message:
XPCOMGlueLoad error for file /usr/lib64/xulrunner-2/libxpcom.so: /usr/local/MATLAB/R2011b/sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib64/xulrunner-2/libxul.so) Couldn't load XPCOM.
With google-chrome I got very similar error message: system('google-chrome')
/usr/bin/google-chrome: /usr/local/MATLAB/R2011b/sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/bin/google-chrome)
But both browsers works perfectly outside of MATLAB.
Any help?
  1 件のコメント
Michal Kvasnicka
Michal Kvasnicka 2012 年 2 月 27 日
when I create the soft link:
/usr/local/MATLAB/R2011b/sys/os/glnxa64/libstdc++.so.6 -> /usr/lib64/libstdc++.so.6.0.16
the firefox works without any problem, but google-chrome produce following error message:
system('google-chrome')
/opt/google/chrome/chrome: error while loading shared libraries: libfreetype.so.6: failed to map segment from shared object: Permission denied

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by