[Mono-bugs] [Bug 44008][Maj] New - P/Invoke does not find unmanaged libraries in app directory
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 1 Jun 2003 19:51:17 -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 jason@379.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44008
--- shadow/44008 Sun Jun 1 19:51:17 2003
+++ shadow/44008.tmp.7669 Sun Jun 1 19:51:17 2003
@@ -0,0 +1,24 @@
+Bug#: 44008
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jason@379.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: P/Invoke does not find unmanaged libraries in app directory
+
+I have an application which includes unmanaged libraries. These are not
+system level libraries and belong with the application. I am trying to do
+an "xcopy deploy" to a RH9 linux system. The unmanaged libraries are in the
+same directory as the application executable. P/Invoke calls fail with a
+"can't find shared library" error. The same code will run on Windows/.NET.
+Mono needs to look for unmanaged libraries in the application directory.