Problem: I tried to install Tecplot 360 on my Intel MAC machine and got the error message shown above. how can I fix this and get Tecplot 360 running?
Solution: This error message occurs because the shared-library version of Motif is not in Tecplots lib directory. To include the shared-library version of Motif in Tecplots lib directory libXm.dylib please do the following:
1. cd $TEC360HOME/lib
2. ftp ftp.tecplot.com
3. log in as anonymous
4. FOLLOW THESE INSTRUCTIONS EXACTLY:
ftp> bin
ftp> get
Remote File: outgoing/macix.104/libXm.3.0.2.dylib.gz
Local File: libXm.3.0.2.dylib.gz
ftp> quit
5. gunzip libXm.3.0.2.dylib
6. ln -s libXm.3.0.2.dylib libXm.3.dylib
7. ln -s libXm.3.dylib libXm.dylib
8. See if Tecplot runs.Alternatively as root you can put libXm.3.0.2.dylib in /usr/X11R6/lib and then create the same links in steps 6 and 7. This way it will be more permanent.




