<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div style="" class="default-style">
   I have downloaded the linux version and installed it on my Debian 10 64bit box.
   <br>
  </div>
  <div style="" class="default-style">
   This is a Xeon HP420 with 32gb and plenty of available disk space etc.
   <br>
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   When I try to run Self -s core.self, or any of the other snapshots, I get the following message:
   <br>
  </div>
  <div style="" class="default-style">
   ./Self: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
  </div>
  <div style="" class="default-style">
   I do have a link libX11.so.6 linked to libX11.so.6.3.0 (used by another program).
  </div>
  <div style="" class="default-style">
   The link is in /usr/lib/x86_64-linx-gnu and this directory is on my $PATH.
   <br>
  </div>
  <div style="" class="default-style">
   Can someone tell me where Self expects to find this file?
   <br>
  </div>
  <div style="" class="default-style">
   <br>
  </div>
  <div style="" class="default-style">
   I really only know C++ with a bit of C# and Python and no Java/Javascript at all.
   <br>
  </div>
  <div style="" class="default-style">
   I have dabbled a bit with Smalltalk, Pharo and Cincom and am interested in learning about true OOP principles
  </div>
  <div style="" class="default-style">
   Thanks
   <br>
  </div>
  <div style="" class="default-style">
   Colin
   <br>
  </div>
 </body>
</html>