[Mono-bugs] [Bug 55282][Min] Changed - Gtk# depends on -devel packages from Fedora Core

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 12:31:08 -0500 (EST)


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 jluke@cfl.rr.com.

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

--- shadow/55282	2004-03-08 08:03:25.000000000 -0500
+++ shadow/55282.tmp.12308	2004-03-08 12:31:08.000000000 -0500
@@ -52,6 +52,19 @@
 
 I also have to wonder about some other entries in /etc/mono/config:
 libxslt.so, libmysqlclient.so, libodbc.so, etc.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-08 08:03 -------
 Duncan, this is your area.
+
+------- Additional Comments From jluke@cfl.rr.com  2004-03-08 12:31 -------
+I think we need to put the versioned .so's there.  For example, Gtk#
+already has to check for specific versions anyways, thus putting the
+exact deps would not be a problem for it.  I can provide a patch for
+mono/data/config.in if needed for the Gtk# ones.
+
+By mono 1.0 I think we need a more configurable way to do this.  In
+redhat-ish distros you would use a config.d directory so Gtk# and
+others could add their mappings to it at install time. Otherwise
+everytime Gtk# changes its targets mono will have to be updated to
+work with it.  Which could lead to Gtk# not working with mono 1.0 in
+all cases out of the box without some manual intervention.