Here is the situation. I am creating some graphics (using GDI+) on an asp page running under mono xsp. This works great in my development environment as my development environment is running under a GUI, however when I try running it on a GUI-less server, it fails (I am assuming due to the fact that certain libraries which are required for Gnome to run aren't installed). What libraries, and how would I install them, are required to get GDI code running under Mono on a GUI-less installation.
+2
A:
I believe the name of the library you want is libgdiplus, though I'm not sure if it has a dependency on X11.
Paul Betts
2008-12-08 05:59:07
+1
A:
mono's implementation of System.Drawing is build on top of the cairo graphics library. See the mono documentation here.