[Mono-bugs] [Bug 56440][Nor] Changed - Mono tries to load a directory as a library
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 21 May 2004 08:24:21 -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 massi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56440
--- shadow/56440 2004-04-03 17:50:44.000000000 -0500
+++ shadow/56440.tmp.31260 2004-05-21 08:24:21.000000000 -0400
@@ -22,6 +22,11 @@
LD_LIBRARY_PATH is set so that 'blah' can find libblah. This all works
well, until we go and run 'blah' from its main source directory, which
contains the 'libblah' directory. It will then try to load the 'libblah'
directory as library, which fails.
Probably mono should not try to load directories as libraries.
+
+------- Additional Comments From massi@ximian.com 2004-05-21 08:24 -------
+Created an attachment (id=7781)
+Sample that shows problem cannot be reproduced.
+