I got http://gforge.inria.fr/frs/download.php/23087/pharo1.0-10440-BETAdev09.09.1.... and http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip. Both unzipped into subdirectories. In the top level directory I created symlinks to the image and changes file (from the first zip) and a sources file (already on my system). Then I ran pharo-vm-0.15.2d-linux/squeak pharo1.0-10418-BETAdev09.08.3.image & This gave me an error that I needed the sources file in the same directory as my image file. However, the path it gave was the directory of the squeak executable. When I installed a symlink to the sources in the the squeak executable directory, start up was without complaint. So, I think it is not looking for the sources in the image directory. Ideally, it would; alternately, the error message should be consistent with the current behavior. I'm not sure if this kind of report should go to this list or the bug tracker.... Ross Boylan