[Mono-bugs] [Bug 69338][Nor] Changed - Search MONO_ASSEMBLIES in mono_lookup_pinvoke_call
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Nov 2004 07:56:35 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69338
--- shadow/69338 2004-11-10 16:30:14.000000000 -0500
+++ shadow/69338.tmp.21977 2004-11-11 07:56:35.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69338
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details: OS X 10.3.6
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: WONTFIX
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: chris.ridd@isode.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,15 @@
A fix for this is to search MONO_ASSEMBLIES before searching ".".
------- Additional Comments From chris.ridd@isode.com 2004-11-10 16:30 -------
Created an attachment (id=13205)
Patch to mono/metadata/loader.c
+
+------- Additional Comments From lupus@ximian.com 2004-11-11 07:56 -------
+Using MONO_ASSEMBLIES for shared libraries is wrong: mono
+uses the operating system's facilities to locate the library.
+If someone installs a lib in $prefix/lib and $prefix/lib is not in
+the search path of the operating system, the installation is wrong.
+You should either install ih /usr/lib where by default libraries
+are searched for, or set the env var if you install on a non-default
+directory.