[Mono-bugs] [Bug 72877][Nor] Changed - Call to Mono.Posix.Syscall.access results in System.DllNotFoundException: libMonoPosixHelper.dylib

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 22:52:00 -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 grompf@sublimeintervention.com.

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

--- shadow/72877	2005-02-22 22:37:20.000000000 -0500
+++ shadow/72877.tmp.30133	2005-02-22 22:52:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72877
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: OS X 10.3.8 running mono 1.1.4
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: Mono.POSIX
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cgaisford@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,14 @@
         catch(Exception e)
         {
             Console.WriteLine(e);
         }
     }
 }
+
+------- Additional Comments From grompf@sublimeintervention.com  2005-02-22 22:52 -------
+Set your DYLD_LIBRARY_PATH before launching your application to whatever $PREFIX/lib 
+mono was installed to (/Library/Frameworks/Mono.framework/Versions/Current/lib if 
+you're using the framework installer)
+
+-kangaroo
+