[Mono-bugs] [Bug 55004][Wis] Changed - Bitmap class doesn't seem to work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 21:30:23 -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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=55004

--- shadow/55004	2004-03-26 13:02:52.000000000 -0500
+++ shadow/55004.tmp.1881	2004-04-29 21:30:23.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 55004
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nigel@hresult.com               
 QAContact: mono-bugs@ximian.com
@@ -84,6 +84,17 @@
 libraries or something and its not reporting what is wrong.
 
 I'm Redhat9 with a 2.6 kernel; I have to export LD_LIBRARY_PATH to 
 get /usr/local/lib into the lib path but it doesn't seem to help.
 
 I re-installed the RPMs from the release, but didn't seem to help..
+
+------- Additional Comments From peter@novonyx.com  2004-04-29 21:30 -------
+I'm gonna close this again. I just verified that it works as expected.
+Nigel, I noticed in your message that you installed the rpms and at
+the same time mentioned that you had stuff in /usr/local/lib. The RPMs
+install into /usr/lib, not /usr/local/lib. When building from CVS,
+make sure that you either configure -prefix=/usr or remove the RPMs
+and traces of mono from /usr/lib. Also, be aware that it is not enough
+to update mono, you also need to update cairo and libgdiplus either
+from cvs or via a newer RPM. Again, make sure that you don't have a
+mix of libs in /usr/lib and /usr/local/lib.