You need GLUT32 in order to run this MSL executable. You can download that from http://www.xmission.com/~nate/glut.html and copy the dll and lib files into C:\Windows\system folder. That would enable you to run the MSLWin32. Also, MSLWin32 is a command line..so if you double click on it, you will be probably see nothing. You need to copy the entire data folder and run through command line.
Multiple submissions are permitted. Only the most recent one will be
graded. Late days will be computed based on the submission time of the
most recent submission.
ld.so.1: helical: fatal: libMSL.so: open failed: No such file or directory KilledYou will need to edit your .bashrc file to include the following line:
export LD_LIBRARY_PATH=/projects/rmp/msl-2.0/lib/After you have done this, you should run the command:
$ source ~/.bashrcThat will make sure that this environment variable is set. In the future, your new .bashrc file will be executed when you log in.
(If the above export does not solve the problem, instead try adding the line:
export LD_LIBRARY_PATH=/software/msl-2.0-0/pkg/lib/and repeat the procedure.)
These machines do not accept unencrypted connections. You should use some version of ssh to connect. If you are connecting from a PC, you can get TeraTerm with SSH extensions from the web page at: http://www.cs.rpi.edu/lab/software .
Srinivas Akella