[Mono-bugs] [Bug 66689][Blo] Changed - Can't compile libgdiplus 1.0.1 correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Sep 2004 08:33:42 -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=66689

--- shadow/66689	2004-09-24 05:49:12.000000000 -0400
+++ shadow/66689.tmp.18165	2004-09-27 08:33:42.000000000 -0400
@@ -89,6 +89,15 @@
 Can't check now if I have freetype2 installed but I think yes, because
 ./configure doesn't throw any error.
 This evening I'll check it.
 
 Thanks for your help.
 Niko
+
+------- Additional Comments From rkumar@novell.com  2004-09-27 08:33 -------
+you would also need to set your $LD_LIBRARY_PATH to point to the 
+location where libgdiplus.so is installed. It should be inside 
+<prefix>/lib, so you would need to do following,
+
+     $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/<prefix>/lib
+
+to tell mono where to look for libgdiplus.