<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div><div id="1">---- On Sat, 13 Dec 2014 20:23:02 -0800 <b>B J&lt;quarterwavevertical@gmail.com&gt;</b> wrote ---- <br></div><blockquote style="border-left: 1px solid #0000FF; padding-left: 6px; margin:0 0 0 5px">Instead of using: <br> <br>pkg install squeak <br> <br>or building it from ports on FreeBSD 10.1, I tried building it from <br>source.  It can't find vm-display-x11.so because it doesn't exist. <br></blockquote></div><div><br></div><div>When I have had this problem on Linux, the export LD_LIBRARY_PATH has worked for me.<br></div><div><br></div><div>(looks for launch scripts...somewhere around here....ah..)</div><div><br></div><div></div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div><div>#!/bin/bash<br>export LD_LIBRARY_PATH=/home/tty/usr/bin/coglinux<br>/home/tty/usr/bin/coglinux/squeak  -vm-sound-ALSA -vm-display-X11 -xshm Contents/Resources/images/MostInteresting.image&nbsp;<br></div></div></blockquote> <div><br></div><div>The tree of that LD_LIBRARY_PATH looks like this:<br></div><div><br></div><div><br></div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div>&nbsp;bash-4.2$ tree /home/wm/usr/bin/coglinux<br>/home/wm/usr/bin/coglinux<br>|-- bin<br>| `-- squeak<br>|-- doc<br>| `-- squeak<br>| |-- COPYING.gz<br>| |-- COPYRIGHT.gz<br>| |-- LICENSE.gz<br>| |-- README.Contributing.gz<br>| |-- README.Keyboard.gz<br>| `-- README.Sound.gz<br>|-- lib<br>| `-- squeak<br>| `-- 4.0-3126<br>| |-- B3DAcceleratorPlugin<br>| |-- BochsIA32Plugin<br>| |-- LocalePlugin<br>| |-- SqueakFFIPrims<br>| |-- SqueakSSL<br>| |-- UUIDPlugin<br>| |-- UnicodePlugin<br>| |-- UnixOSProcessPlugin<br>| |-- XDisplayControlPlugin<br>| |-- squeak<br>| |-- vm-display-X11<br>| |-- vm-display-fbdev<br>| |-- vm-display-null<br>| |-- vm-sound-ALSA<br>| |-- vm-sound-OSS<br>| |-- vm-sound-null<br>| `-- vm-sound-pulse<br>|-- man<br>| `-- man1<br>| `-- squeak.1<br>`-- squeak</div></blockquote><br><div>hth.<br></div><div><br></div><div>tty</div><div><br></div><div><br></div><div><br></div><br></div></body></html>