Originally posted by Drowis
ok Guys I get this error what does it mean when I type in ./foldit and it spits out this.

./foldtrajlite: error while loading shared libraries: libncures.so.4: cannot open shared object file: No such file or directory

Is this a packet I should have installed?
First, it is generally in good taste to start a new thread when you have a question that is not related to the initial thread. That is just food for thought.

The Answer:
The libncurses.so.4 errors occurs when you try to run the gcc version of the client on newer versions of linux distro's. If you are running a current version of linux, try the icc version of the client.

Hope that helps.