[Mono-list] Gacutil - mono installer 1.1.8.2-1
Wade Berrier
wberrier at novell.com
Mon Jul 18 13:29:15 EDT 2005
Thanks for catching/fixing this, I'll update the installer for next
release.
Wade
On Mon, 2005-07-18 at 14:53 +0100, Chris Aitken wrote:
> > I am experiencing issues with a fresh install of mono
> > installer 1.1.8.2-1:
> >
> > As user chrisa:
> > chrisa at chimera:~$ gacutil -l
> > cannot open assembly
> > /opt/mono-1.1.8.2/lib/mono/1.0/gacutil.exe -gacdir
> > /opt/mono-1.1.8.2
>
> At risk of answering my own email:
>
> /opt/mono-1.1.8.2/bin/gacutil was:
> #!/bin/sh
> exec /opt/mono-1.1.8.2/bin/mono /opt/mono-1.1.8.2/lib/mono/1.0/"gacutil.exe
> -gacdir /opt/mono-1.1.8.2" "$@"
>
> I have changed the positions of the double quotes to:
>
> #!/bin/sh
> exec /opt/mono-1.1.8.2/bin/mono "/opt/mono-1.1.8.2/lib/mono/1.0/gacutil.exe"
> -gacdir /opt/mono-1.1.8.2 "$@"
>
> Now gacutil works:
>
> chimera:/opt/mono-1.1.8.2/bin# gacutil -l
> The following assemblies are installed into the GAC:
> Accessibility, Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
> Accessibility, Version=2.0.3600.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a
> Boo.Lang, Version=0.5.5.1651, Culture=neutral,
> PublicKeyToken=32c39770e9a21a67
> Boo.Lang.CodeDom, Version=0.5.5.1651, Culture=neutral,
> PublicKeyToken=32c39770e9a21a67
> .
> .
> etc
>
> Chris
>
>
More information about the Mono-list
mailing list