[Mono-bugs] [Bug 72754][Blo] New - MWF depends on the development library libX11.so which is not installed on end user boxes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 19 Feb 2005 07:20:57 -0500 (EST)


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 rbirkby@gmail.com.

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

--- shadow/72754	2005-02-19 07:20:57.000000000 -0500
+++ shadow/72754.tmp.32546	2005-02-19 07:20:57.000000000 -0500
@@ -0,0 +1,64 @@
+Bug#: 72754
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Ubuntu Hoary
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rbirkby@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MWF depends on the development library libX11.so which is not installed on end user boxes
+
+Description of Problem:
+I compiled mono from svn HEAD and wrote a very simple WinForms test. It
+failed to run, complaining that libX11 could not be found. This was because
+it was searching for libX11.so which does not exist because the libs
+referenced from  /etc/ld.so.conf only contain:
+  * libX11.so.6
+  * libX11.so.6.2
+
+(The first is a symlink to the second)
+
+
+Actual Results:
+Unable to run MWF app
+
+Expected Results:
+Able to run MWF app
+
+How often does this happen? 
+Every time
+
+Additional Information:
+A workaround is to create a symlink from libX11.so to libX11.so.6.2
+
+
+Transcript of the errors:
+Mono System.Windows.Forms Assembly [Revision: 40575; built: 2005/1/13 1:47:46]
+Mono-INFO: DllImport attempting to load: 'libX11'.
+Mono-INFO: DllImport loading location: 'libX11'.
+Mono-INFO: DllImport error loading library: 'libX11.so: cannot open shared
+object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libX11'.
+Mono-INFO: DllImport error loading library './libX11.so: cannot open shared
+object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libX11'.
+Mono-INFO: DllImport error loading library 'libX11.so: cannot open shared
+object file: No such file or directory'.
+Mono-INFO: DllImport attempting to load: 'libX11'.
+Mono-INFO: DllImport loading location: 'libX11'.
+Mono-INFO: DllImport error loading library: 'libX11.so: cannot open shared
+object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libX11'.
+Mono-INFO: DllImport error loading library './libX11.so: cannot open shared
+object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libX11'.
+Mono-INFO: DllImport error loading library 'libX11.so: cannot open shared
+object file: No such file or directory'.