0

Please could someone give me instructions on how to install Mono 2.4 & mod_mono & xsp from source on Fedora 11

So that I can run ASP.NET

Thanks

Lucifer

theotherreceive
  • 8,365
  • 1
  • 31
  • 44
Robs
  • 167
  • 7

2 Answers2

1

According to this thread Mono is installed by default on Fedora 11. I don't have it installed yet to play with it and confirm.

If it is not there, you would just need to do:
yum install mono and
yum install mod_mono

Sean Earp
  • 7,227
  • 3
  • 36
  • 38
  • +1 - http://koji.fedoraproject.org/koji/packageinfo?packageID=30 suggests that the packages for Mono in F11 are 2.4. – crb Jun 18 '09 at 12:51
0

I have tried to install again mono, mod_mono, xsp form distribution, then from source using 2.2, 2.4 and svn.

The problem is with the kernel 2.6.24-23-xen present on both servers. It has a bug that has been fixed in the following versions . The problem is the 64bit XEN kernel does not honour the MAP_32BIT flag.

And to add insult to injury, i cannot upgrade the kernels because it's a VPS and i cannot install kernels.

Robs
  • 167
  • 7