[Mono-bugs] [Bug 74857][Wis] New - The assembly mscorlib.dll was not found

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 May 2005 05:24:43 -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 pbprabhuram2@yahoo.com.

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

--- shadow/74857	2005-05-07 05:24:43.000000000 -0400
+++ shadow/74857.tmp.14768	2005-05-07 05:24:43.000000000 -0400
@@ -0,0 +1,74 @@
+Bug#: 74857
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Onebase Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: packaging
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pbprabhuram2@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: The assembly mscorlib.dll was not found
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing. 
+Description of Problem: 
+ 
+I compile mono 1.1.7, with the following options 
+./configure --prefix=/usr/local 
+make 
+make install 
+ 
+It installed mono successfully. and also i am able to start mono. 
+ 
+But If i run the program: mcs, 
+it gives me the following error: 
+ 
+The assembly mscorlib.dll was not found or could not be loaded. 
+It should have been installed in the 
+`/usr/local/lib/mono/1.0/mscorlib.dll' directory. 
+ 
+But I am very sure that this in the library path and also present. 
+(i ran ldconfig). Despite repeated many tries, i had the same problem 
+persisting. 
+ 
+( i also tried different prefixes but had the same problem) 
+ 
+But when I installed the precompiled mono1.1.7 binary with its installer 
+it ran without problems. 
+ 
+ 
+Steps to reproduce the problem: 
+ 
+mono-1.1.7 source 
+./configure --prefix=/usr/local 
+make 
+make install 
+ldconfig 
+ 
+mcs 
+ 
+  
+ 
+Actual Results: 
+ 
+The assembly mscorlib.dll was not found or could not be loaded. 
+It should have been installed in the 
+`/usr/local/lib/mono/1.0/mscorlib.dll' directory. 
+ 
+Expected Results: 
+ 
+should not display this error. and mcs should run. 
+ 
+How often does this happen?  
+ 
+everytime i start mcs. 
+ 
+ 
+Additional Information: