[Mono-winforms-list] libgdiplus undefined symbol XML_ParserCreate

Andy Badgett andy@rengeo.com
Thu, 17 Jun 2004 09:44:20 -0500


Hello,

I am having some trouble with very simple WinForms test, Just a button on a
form.
Running the application results in the error:
"error while loading shared libraries : /usr/lib/libgdiplus.so undefined
symbol XML_ParserCreate"

A helloworld example does work, System.Windows.Forms.MessageBox.Show("Hello
World");

I am using SUSE 9.1, with Mono Beta3
libgdiplus 0.9-1.ximian.9.0
cairo      0.1.23-1.ximian.9.0
wine       wine-20040505-0.1
winelib    winelib-0.3-1.ximian.9.0

Is this the appropriate forum for this kind of problem?

Thanks for your help,
Andy