[Mono-bugs] [Bug 58589][Wis] New - DYLIB_LIBRARY_PATH not searched for libraries

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 04:31:26 -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 cjcollier@colliertech.org.

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

--- shadow/58589	2004-05-17 04:31:26.000000000 -0400
+++ shadow/58589.tmp.4688	2004-05-17 04:31:26.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 58589
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: fink
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cjcollier@colliertech.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DYLIB_LIBRARY_PATH not searched for libraries
+
+Steps to reproduce the problem:
+1. set DYLIB_LIBRARY_PATH to the directory your library resides in
+2. run mono foo.exe
+3. note how it fails with a DllNotFoundException
+4. set LD_LIBRARY_PATH to the directory your library resides in
+5. run mono foo.exe
+6. note how it succeeds (well, moreso)
+
+Actual Results:
+couldn't find library when DYLIB_LIBRARY_PATH set
+
+Expected Results:
+Find library when DYLIB_LIBRARY_PATH set
+
+How often does this happen? 
+always
+
+Additional Information: