补充一下,一运行tecplot终端显示:
/sentaurus/bin/../tcad/current/tecplot/linux/tecplot11/bin/tecplot.shared: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
(1) Your linux system missing this file ==> libstdc++.so.5
(2) Just google to get the file. Try search in this forum also!
(3) Extract and copy into home directory (usually it is called desktop in windows)
(4) type the command below:
sudo ln -s libstdc++.so.5 /usr/lib/libstdc++.so.5
(5) ROOT password required to execute the command.
(6) ln ====> LN (not IN)(Many people err on this command)
(7) Enjoy!