[Mono-bugs] [Bug 71221][Nor] Changed - mono installs itself into /usr/lib even if --libdir=/usr/lib64 was specified

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 05:31: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 malekith@pld-linux.org.

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

--- shadow/71221	2005-04-14 02:58:47.000000000 -0400
+++ shadow/71221.tmp.3480	2005-04-14 05:31:21.000000000 -0400
@@ -126,6 +126,14 @@
 ------- Additional Comments From rharinath@novell.com  2005-04-14 02:58 -------
 no-arch == /usr/share.  Why do we want /usr/lib?  Why not $(libdir)
 
 
 ------- Additional Comments From rharinath@novell.com  2005-04-14 02:58 -------
 Reopening because of insufficient reasons for closing bug.
+
+------- Additional Comments From malekith@pld-linux.org  2005-04-14 05:31 -------
+I guess /usr/share (that is $(datadir), specified by ./configure)
+would be the way to go. For example NAnt installs itself in /usr/share.
+
+What need to be considered here, is if we want GAC to support having
+--aoted dlls inside. It shouldn't put them in datadir. But then the
+GAC should be probably split between /usr/share and /var/lib anyway.