Mono on ISPConfig 3

Discussion in 'General' started by Mosquito, Feb 22, 2010.

  1. Mosquito

    Mosquito New Member

    I found the following tutorial on how to enable Mono on an ISPConfig 3 server.

    http://blog.bennyland.com/2010/02/06/serving-asp-net-pages-in-apache-on-centos-5/

    However, I am having a few problems that I was hoping you guys could help with. I followed all the steps listed, and now I receive the following error:

    Code:
    Server Error in '/monotest' Application
    gdiplus.dll
    
    Description: HTTP 500. Error processing request.
    
    Stack Trace:
    
    System.DllNotFoundException: gdiplus.dll
      at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
      at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0 
    
    Version information: Mono Runtime Version: tarball Mon Feb 22 10:57:17 CST 2010; ASP.NET Version: 2.0.50727.1433
    
    I see that file available though:
    Code:
    > ldconfig -p | grep gdiplus 
            libgdiplus.so.0 (libc6,x86-64) => /usr/lib64/libgdiplus.so.0
    
    Has anyone got any ideas? This is on a Fedora 12 machine.
     

Share This Page