<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Paul wrote:<br>
<blockquote cite="mid1171197926.3971.32.camel@T7.Linux" type="cite">
  <pre wrap="">Hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">Sorry, would you to tell me in more details ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What else do you need to know?

  </pre>
  <blockquote type="cite">
    <pre wrap="">Due to I haven't installed any mono application by hand ( manual )...
And I installed the FC6 System by text mode and custom ( enable all
packages ) !
    </pre>
  </blockquote>
  <pre wrap=""><!---->
In that case, you should have mono installed :-)

  </pre>
  <blockquote type="cite">
    <pre wrap="">PS : What mono foo.exe ? How to disable / uninstall ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
foo is just a generic name. 

For example, copy and paste below (after the 8--> and before the <--8)
into a text editor and save it as foo.cs

8-->
using System;

public class foo
{
   private static void Main()
   {
      Console.WriteLine("Hello World from Mono");
   }
}
<--8

Now, in a terminal window type

mcs foo.cs

It should compile. To run it

mono foo.exe

and it will output 

Hello World from Mono

You don't need to install/deinstall anything; mono should be on your
machine.

There are some apps within Fedora which use Mono (such as MonoDevelop),
these you just install as you would any other app; via yum.

TTFN

Paul
  </pre>
</blockquote>
<font size="-1">Hello Paul,<br>
<br>
Just found out the message from the Server again :<br>
4gb seg fixup, process mono(pid 2131), cs:ip 73:0811cd78<br>
.....<br>
.....<br>
.....<br>
.....<br>
printk:32150 messages suppressed.<br>
<br>
So...How can we to fix (solve) the problem ?<br>
<br>
Edward.<br>
</font>
</body>
</html>