<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Are you tired of seeing this result:<br>
    <br>
    rabbit@rabbithole:~/warren/cogvm/image$ cogvm Mushroom.4.image <br>
    squeak: could not find any display driver<br>
    Aborted (core dumped)<br>
    <br>
    I am! Thank you for the help today. Unfortunately this is still an
    issue for me on both laptops: 32-bit and 64-bit OS.  Both were
    working as well. I reinstalled the 64-bit and it failed right off
    the start. The commonality to all three failures was the fact that I
    did these below commands prior to it failing this way, everytime. I
    think it is the upgrade that does it in. I'll reinstall 32-bit and
    try without these commands; let you know.<br>
    <br>
    Robert<br>
    <br>
    sudo apt-get update<br>
    sudo apt-get upgrade<br>
    <br>
    and I ran this script for system libraries for 32-bit squeak.<br>
    <blockquote>#!/bin/bash<br>
      <br>
      # ARGUMENT HANDLING
      =============================================================<br>
      if { [ "$1" = "-h" ] || [ "$1" = "--help" ]; }; then<br>
          echo "Install libraries required to build the pharo VM under
      ubuntu.<br>
      "<br>
          exit 0;<br>
      elif [ $# -gt 0 ]; then<br>
          echo "--help/-h is the only argument allowed"<br>
          exit 1;<br>
      fi<br>
      <br>
      # INSTALL BUILD LIBRARIES
      ======================================================<br>
      sudo apt-get install cmake zip bash-completion ruby git xz-utils
      debhelper devscripts<br>
      sudo apt-get install libc6-dev:i386 libasound2:i386
      libasound2-dev:i386 libasound2-plugins:i386 libssl-dev:i386
      i#!libssl0.9.8:i386 libfreetype6-dev:i386 libx11-dev:i386
      libsm-dev:i386 libice-dev:i386<br>
      sudo apt-get install build-essential gcc-multilib g++<br>
      sudo apt-get install libgl1-mesa-dev libgl1-mesa-glx:i386<br>
      sudo apt-get install binutils:i386 g++-4.6:i386 gcc-4.6:i386<br>
      sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so
      /usr/lib/i386-linux-gnu/libGL.so<br>
      sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1
      /usr/lib/i386-linux-gnu/mesa/libGL.so<br>
      sudo apt-get install uuid-dev:i386<br>
      sudo apt-get install subversion<br>
    </blockquote>
    <br>
    <br>
    <br>
  </body>
</html>