2011/3/13 Jeff Gray <[email protected]>: > OK, so I learned my lesson with not clicking the minimise all in ubuntu and > it seems to be working well. Now as part of putting together a new > development machine I want to install Pharo in 64 bit Ubuntu. I'm not having > much luck. Has anyone here done it? > > --
Yes. You have to install the package ia32-libs to run the 32 bit VM in the 64 bit OS. I have not tried a 64 bit VM. apt-get install ia32-libs Then you should be able to run the one-click image from http://www.pharo-project.org with no problems. You can also install the latest CogVM from here: http://www.mirandabanda.org/files/Cog/VM/VM.r2359/coglinux.tgz Install Cog by unzipping that package in /usr/local/ (or maybe /usr/local/squeak/ I forget) If you install the CogVM you have to delete the so.UUIDPlugin from the VM directory or your VM will crash when you try to use any of the UUID classes which most of the time for me is saving work with Monticello.
