[Mono-bugs] [Bug 81270][Wis] Changed - Mono doesn't see a native library, if it is under a program directory
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 2 09:34:30 EDT 2007
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 lester.dev at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81270
--- shadow/81270 2007-03-30 21:31:39.000000000 -0500
+++ shadow/81270.tmp.8752 2007-04-02 09:34:30.000000000 -0400
@@ -123,6 +123,15 @@
------- Additional Comments From robertj at gmx.net 2007-03-30 21:31 -------
Mono is not supposed to be able to load libraries from program's
directory. You should either put the libraries in a standard place
or use LD_LIBRARY_PATH.
+
+------- Additional Comments From lester.dev at gmail.com 2007-04-02 09:34 -------
+Yeah, but then this bug show from the other side :) mono definitly
+links the so's, if they are under the main directory. In this case the
+problem was in my code, when I had to load some files from another
+directory, and mono tried to load a library from there without
+success. I think it would be logical to load libraries from the main
+directory first. Why not to make this mode a default one, how do you
+think?
More information about the mono-bugs
mailing list