The only reason I know this much, is because I had nothing but Mono troubles when I started out. So I know your pain.. lol<div><br></div><div>John<br><br><div class="gmail_quote">On Mon, Feb 8, 2010 at 7:45 PM, John Mieske <span dir="ltr"><<a href="mailto:johnmieske@gmail.com">johnmieske@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Ok one problem I see..  now I have seen some in the past say it doesn't matter.. but I have seen it does..  when you install tools and itils for Linux put them in the ETC folder. this is where all the "extras" go such as SQL and mono. even apache webserver will go in there. When it comes to programs you run when you want, they go in the root folder. This keeps everything nice and tidy. Also, when you goto compile mono, it will look for certain libraries. IF those libraries are not in the environment, then it will find the closest thing, Looks like its finding your mono 2.2. So put 2.4.2.3 in the etc folder where the others are. There is a reason WHY you want to reboot and that is so the configs will update. If the environment is set to old style it will come old style..  ( rough point i'm making here ) .. Keep in mind, its like your PATH setting in DOS. If two items are in a row it will find the first one first. although a newer one is later down the line. Mono reacts the same way as in all linux environments. Windows does this too.<div>

<br></div><div>So bottom line, if all else fails.. delete the mono 2.2 folder as well as other linux folders.. (( accept mono without the numbers )) and try downloading compiling NANT and install and you should be good to go once you reboot.</div>

<div><br></div><div><font color="#888888">John<br><div><br></div></font><div><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Feb 8, 2010 at 6:10 PM, John Hopkin <span dir="ltr"><<a href="mailto:opensim@jfhopkin.karoo.co.uk" target="_blank">opensim@jfhopkin.karoo.co.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is where any explanation raises a whole load more questions:<br>
<br>
jfhopkin@Iras:~$ mono -V<br>
Mono JIT compiler version 2.2 (tarball Wed Apr 22 18:50:00 BST 2009)<br>
Copyright (C) 2002-2008 Novell, Inc and Contributors.<br>
<a href="http://www.mono-project.com" target="_blank">www.mono-project.com</a><br>
        TLS:           __thread<br>
        GC:            Included Boehm (with typed GC)<br>
        SIGSEGV:       altstack<br>
        Notifications: epoll<br>
        Architecture:  x86<br>
        Disabled:      none<br>
jfhopkin@Iras:~$ type mono<br>
mono is hashed (/usr/local/bin/mono)<br>
jfhopkin@Iras:~$<br>
<br>
So, mono's in /usr/local/bin and it's 2.2. Yet Synaptic says that<br>
2.4.2.3 is installed - I've uninstalled at and reinstalled previously.<br>
My Linux-foo isn't currently up to installing into anything other than<br>
what the package demands and what Synaptic does.<br>
<br>
However, 2.6 is in a separate install (by following step-by-step<br>
instructions on how to do exactly that):<br>
<br>
jfhopkin@Iras:~$ type mono-2.6<br>
mono-2.6 is hashed (/usr/local/bin/mono-2.6)<br>
jfhopkin@Iras:~$<br>
<br>
The "mono-2.6" script sets up an environment centred on<br>
/opt/mono-2.6/bin and exec's "mono" from there:<br>
<br>
Mono JIT compiler version 2.6.1 (/branches/mono-2-6/mono r150657 Mon<br>
Feb  1 19:00:04 GMT 2010)<br>
Copyright (C) 2002-2008 Novell, Inc and Contributors.<br>
<a href="http://www.mono-project.com" target="_blank">www.mono-project.com</a><br>
        TLS:           __thread<br>
        GC:            Included Boehm (with typed GC and Parallel<br>
Mark)<br>
        SIGSEGV:       altstack<br>
        Notifications: epoll<br>
        Architecture:  x86<br>
        Disabled:      none<br>
jfhopkin@Iras:/opt/mono-2.6/bin$<br>
<br>
By this time, my head's spinning. ;-)<br>
<br>
Thanks very much, everyone, for all your help. There's no way I'd be<br>
able to sort this out on my own.<br>
<div><div></div><div><br>
John Mieske wrote:<br>
<br>
> Ahh quick NOTE :  when I say install to new folder I mean if there is one<br>
> say mono-2.2 and you have mono-2.4.2.3 ready to install, then you install it<br>
> to the mono-2.4.2.3 folder. I thought I would clarify this. After you do a<br>
> successful mono -V ( with capital V ) then you will see the new mono<br>
> version. I have done this several times with no problems.<br>
><br>
> John<br>
><br>
> On Mon, Feb 8, 2010 at 5:50 PM, John Mieske <<a href="mailto:johnmieske@gmail.com" target="_blank">johnmieske@gmail.com</a>> wrote:<br>
><br>
> > ok when you installed mono you have to leave the folders in tact and<br>
> > install to new folder .. you then compile it as normal and then you install<br>
> > it as normal. When you reboot, then do a mono -V and it should show new<br>
> > version. Only after you do that then you can literally goto the older folder<br>
> > of mono 2.2 or whatever else you have mono ( with number ) and delete it.<br>
> >  if its just a default folder with mono that came with linux, do not remove<br>
> > that.<br>
> ><br>
> > John<br>
> ><br>
> ><br>
> > On Mon, Feb 8, 2010 at 4:41 PM, John Hopkin <<a href="mailto:opensim@jfhopkin.karoo.co.uk" target="_blank">opensim@jfhopkin.karoo.co.uk</a>>wrote:<br>
> ><br>
> >> It may come to this on one of the machines anyway. I can do a backup<br>
> >> by using Mono 2.4 on one of the machines, but the other one seems to<br>
> >> have 2.2 permanently installed somehow (I followed some instructions<br>
> >> to install that ages ago), and 2.6 avoided that mess by installing in<br>
> >> another path.<br>
> >><br>
> >> Thanks for the suggestion.<br>
> >><br>
> >> Karen Palen wrote:<br>
> >><br>
> >> > I have been running the Diva distro with Ubuntu Koala (9.10) with no<br>
> >> problems, I do a weekly save to OAR and IAR also with no apparent errors.<br>
> >> ><br>
> >> > Note that Koala has had an unusual number of "teething" problems and a<br>
> >> similar number of updates. The kernel is presently 2.6.31-19 (the original<br>
> >> Koala was released with 2.6.31-11!)<br>
> >> ><br>
> >> > I would be tempted to do a complete re-install just to be sure<br>
> >> everything was up to date. I have put the root (/*) and /home/* trees in<br>
> >> separate partitions to aid in doing this.<br>
> >> ><br>
> >> > I actually set this up so I could try multiple distros like OpenSuSE,<br>
> >> but it is also convenient for problems of this kind.<br>
> >> ><br>
> >> > It really boils down to eliminating things one at a time until the<br>
> >> problem goes away!<br>
> >> ><br>
> >> > Karen<br>
> >> ><br>
> >> > --- On Mon, 2/8/10, Jane Foxclaw <<a href="mailto:janefoxclaw@gmail.com" target="_blank">janefoxclaw@gmail.com</a>> wrote:<br>
> >> ><br>
> >> > > From: Jane Foxclaw <<a href="mailto:janefoxclaw@gmail.com" target="_blank">janefoxclaw@gmail.com</a>><br>
> >> > > Subject: Re: [Opensim-users] Error from "save oar"<br>
> >> > > To: <a href="mailto:opensim-users@lists.berlios.de" target="_blank">opensim-users@lists.berlios.de</a><br>
> >> > > Date: Monday, February 8, 2010, 6:49 AM<br>
> >> > > Ok i hate to be a sour puss here..  but<br>
> >> > > anytime I run OpenSim with any version of Mono on Ubuntu /<br>
> >> > > Kubuntu I get nothing but errors. However I run OpenSim with<br>
> >> > > Mono 2.4.2.3 on Debian 5 and its stable with no errors.<br>
> >> > >  Just a thought.<br>
> >> > ><br>
> >> > > John<br>
> >> > ><br>
> >> > > On Fri, Feb 5, 2010 at 11:08 PM,<br>
> >> > > John Hopkin <<a href="mailto:opensim@jfhopkin.karoo.co.uk" target="_blank">opensim@jfhopkin.karoo.co.uk</a>><br>
> >> > > wrote:<br>
> >> > ><br>
> >> > > Justin Clark-Casey wrote:<br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> > > > John Hopkin wrote:<br>
> >> > ><br>
> >> > > > > Dave Coyle wrote:<br>
> >> > ><br>
> >> > > > ><br>
> >> > ><br>
> >> > > > >> On Feb 2, 2010, at 11:59 AM, John Hopkin<br>
> >> > ><br>
> >> > > > >> <<a href="mailto:opensim@jfhopkin.karoo.co.uk" target="_blank">opensim@jfhopkin.karoo.co.uk</a>><br>
> >> > > wrote:<br>
> >> > ><br>
> >> > > > >><br>
> >> > ><br>
> >> > > > >>> I'm getting errors (see below)<br>
> >> > > whenever I try "save oar". This occurs<br>
> >> > ><br>
> >> > > > >>> from any of the 11 regions, whether or<br>
> >> > > not only one is up at a time,<br>
> >> > ><br>
> >> > > > >>> and regardless of how many assets are in<br>
> >> > > that region (minimum is 1).<br>
> >> > ><br>
> >> > > > >> You have the zlib1g package installed?<br>
> >> > ><br>
> >> > > > >><br>
> >> > ><br>
> >> > > > >>   # aptitude install zlib1g<br>
> >> > ><br>
> >> > > > ><br>
> >> > ><br>
> >> > > > > Yes, zlib1g is installed.<br>
> >> > ><br>
> >> > > > ><br>
> >> > ><br>
> >> > > > > Also, I've installed OpenSim on another<br>
> >> > > Ubuntu machine, of<br>
> >> > ><br>
> >> > > > > nearly-identical specification, and that too<br>
> >> > > gives the error.<br>
> >> > ><br>
> >> > > ><br>
> >> > ><br>
> >> > > > Odd error - never seen it before and Google shows few<br>
> >> > > clues.  What happens if you run under the Mono<br>
> >> > ><br>
> >> > > > 2.4.2.3 that is packaged with Koala Ubuntu?<br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> > > I'm getting the same error under 2.4,<br>
> >> > > unfortunately.<br>
> >> > ><br>
> >> > > --<br>
> >> > ><br>
> >> > > John Hopkin<br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> > > _______________________________________________<br>
> >> > ><br>
> >> > > Opensim-users mailing list<br>
> >> > ><br>
> >> > > <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
> >> > ><br>
> >> > > <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> > > -----Inline Attachment Follows-----<br>
> >> > ><br>
> >> > > _______________________________________________<br>
> >> > > Opensim-users mailing list<br>
> >> > > <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
> >> > > <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
> >> > ><br>
> >> ><br>
> >> ><br>
> >> ><br>
> >> --<br>
> >> John Hopkin<br>
> >><br>
> >> _______________________________________________<br>
> >> Opensim-users mailing list<br>
> >> <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
> >> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
> >><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > John Mieske / Sonya Pencuca<br>
> > <a href="http://johnmieske.org" target="_blank">http://johnmieske.org</a><br>
> > Space Grid Station<br>
> > "Religion - The art of killing people to prove who's imaginary friend is<br>
> > better."<br>
> ><br>
--<br>
John Hopkin<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div class="im">John Mieske / Sonya Pencuca<br><a href="http://johnmieske.org" target="_blank">http://johnmieske.org</a><br>Space Grid Station<br>
"Religion - The art of killing people to prove who's imaginary friend is better."<br>

</div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>John Mieske / Sonya Pencuca<br><a href="http://johnmieske.org">http://johnmieske.org</a><br>Space Grid Station<br>"Religion - The art of killing people to prove who's imaginary friend is better."<br>

</div>