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=79931 --- shadow/79931 2006-12-19 17:16:06.000000000 -0500 +++ shadow/79931.tmp.9118 2006-12-20 09:57:20.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 79931 Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: Gentoo, amd64 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: DUPLICATE Severity: Unknown Priority: Blocker Component: interop AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -148,6 +148,22 @@ How do you invoke xsp? Using the script that gets installed to $prefix/bin/xsp? Another issue: check whether the path to your mono installation contains a symlink and try to remove it. See bug #79211. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-20 09:57 ------- +Thanks for pointing out to the source of the problem, /usr/bin/xsp2 +script: + +-- +#!/bin/sh +exec /usr/bin/mono $MONO_OPTIONS "/usr/lib/mono/2.0/xsp2.exe" "$@" +-- + +Uses a symlink lib -> lib64 on amd64 architecture. + +Marking as duplicate of #79211. + + +*** This bug has been marked as a duplicate of 79211 *** _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
