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 [EMAIL PROTECTED]

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

--- shadow/76305        2005-10-01 05:48:11.000000000 -0400
+++ shadow/76305.tmp.7862       2005-10-06 18:26:00.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 76305
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: packaging
+Component: misc
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -42,6 +42,46 @@
 How often does this happen? 
 every time
 
 Additional Information:
 
 mono version: mono-1.1.9.1-gtksharp-1.0.10-2.3.91-win32-0.exe
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-10-06 18:26 -------
+I can add the rsvg mapping for the installer.
+
+But, the real issue at hand is that the config file that gets
+installed doesn't make much sense on cygwin/win32.
+
+Here's the current file:
+
+<configuration>
+        <dllmap dll="cygwin1.dll" target="libc.so.6" />
+        <dllmap dll="libc" target="libc.so.6" />
+        <dllmap dll="libintl" target="libc.so.6" />
+        <dllmap dll="libxslt.dll" target="libxslt.so" />
+        <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
+        <dllmap dll="odbc32.dll" target="libodbc.so" />
+        <dllmap dll="oci" target="clntsh" />
+        <dllmap dll="db2cli" target="libdb2_36.so"/>
+        <dllmap dll="msvcrt" target="libc.so.6"/>
+        <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper.so"/>
+        <dllmap dll="sqlite" target="libsqlite.so.0"/>
+        <dllmap dll="sqlite3" target="libsqlite3.so.0"/>
+        <dllmap dll="libX11" target="libX11.so"/>
+        <dllmap dll="libcairo-2.dll" target="libcairo.so.2"/>
+</configuration>
+
+Mappings that probably don't make sense:
+
+        <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
+        <dllmap dll="odbc32.dll" target="libodbc.so" />
+        <dllmap dll="oci" target="clntsh" />
+        <dllmap dll="db2cli" target="libdb2_36.so"/>
+        <dllmap dll="msvcrt" target="libc.so.6"/>
+        <dllmap dll="libX11" target="libX11.so"/>
+        <dllmap dll="libcairo-2.dll" target="libcairo.so.2"/>
+
+I think the rest of them the runtime will guess well enough to find
+the correct library.
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to