[Mono-bugs] [Bug 67936][Nor] Changed - System.Drawing no longer working on mono-1.0 branch
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Oct 2004 11:12:09 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67936
--- shadow/67936 2004-10-12 10:13:13.000000000 -0400
+++ shadow/67936.tmp.19581 2004-10-12 11:12:09.000000000 -0400
@@ -87,6 +87,19 @@
directory that contains libgdiplus.so on your system ?
------- Additional Comments From gert.driesen@pandora.be 2004-10-12 10:13 -------
LD_LIBRARY_PATH already includes that directory.
Any other things I can try ?
+
+------- Additional Comments From rkumar@novell.com 2004-10-12 11:12 -------
+The other things that I would check are following,
+
+1. Do I have the proper .so file ? (Having a look at its path,
+timestamp etc would help)
+
+2. Do I have all the dependencies of libgdiplus installed ? As I
+understand, runtime won't be able to load a .so, if any of it's deps
+is missing.
+
+libgdiplus -> cairo-0.1.23 -> libpixman -> xrender/freetype ... etc
+etc