Update: I tried the release of CTP in November. Same error message. I forgot to note that the Ubuntu server version is installed on this server. I do not have this problem on my Ubuntu desktop where Desktop 10.10 works. Therefore, I suspected that these might be some command-line libraries. After installing libreadline-dev and libreadline5, the error message disappeared. However, the problem that fsi is stuck still exists.
Update2: I tried the new Mono 2.8.1. Same problem FSI.
Update3: Since this problem is very reproducible, I reported it as an error in the fsi.exe file for Microsoft. See how this happens.
Update4: Got a quick response from Don Sim. The solution he proposed solved this problem. I myself created the answer.
Hi,
I installed F # 2.0 on a server running Ubuntu 10.10 and Mono 2.8. fsc.exe works fine, I have no problem compiling fs files. However, when I run fsi.exe as follows: mono / usr / local / FSharp / bin / fsi.exe
I received an FSI prompt, but the error message continues to repeat
"Failed to install ctrl-c-handler - Ctrl-C processing will be unavailable. Error: Exception was caused by the purpose of the call"
Am I missing something here?
Mono 2.8 has been compiled and installed from source.
source
share