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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 14:24:05 -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 andy@shambolic.net.

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

--- shadow/58589	2004-05-17 04:31:26.000000000 -0400
+++ shadow/58589.tmp.11250	2004-05-17 14:24:05.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58589
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: fink
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cjcollier@colliertech.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -31,6 +31,16 @@
 Find library when DYLIB_LIBRARY_PATH set
 
 How often does this happen? 
 always
 
 Additional Information:
+
+------- Additional Comments From andy@shambolic.net  2004-05-17 14:24 -------
+I think the environment variable should be named DYLD_LIBRARY_PATH (5700 matches on 
+google) rather than DYLIB_LIBRARY_PATH (just 7 matches). 
+
+With DYLD_LIBRARY_PATH and PKG_CONFIG_PATH set appropriately on my OSX 10.3 
+system, I've had no major issues running apps that reference external DLLs (e.g. gtk# apps 
+such as monodoc)
+
+