<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 08/17/2015 08:26 PM, Stefan Scott
Alexander wrote:<br>
</div>
<blockquote
cite="mid:CAFwK6asfMnqriwHHxEBmkTSZw4DBxsGyBcvR8W-MSVwy2j6whw@mail.gmail.com"
type="cite">
<div dir="ltr"><font face="monospace, monospace">TL;DR: </font><font
face="monospace, monospace">Is it possible to do a minimal or
"bare-bones" deployment *without* building & installing
the Ur/Web compiler on the *remote* machine - eg, simply by
manually copying the </font><span
style="font-family:monospace,monospace">/usr/local/lib</span><span
style="font-family:monospace,monospace">liburweb_* files (plus
</span><span style="font-family:monospace,monospace">/usr/local/lib/urweb/js/urweb.js)</span><span
style="font-family:monospace,monospace"> to the remote machine
- while of course also taking care to preserve the same
owners/groups, permissions and symlinks?</span></div>
</blockquote>
<br>
Yes, it's easy to do. You don't need urweb.js. All that's
necessary is to install the proper .so shared libraries. You can
use standard UNIX tools to see which shared libraries an executable
depends on.<br>
</body>
</html>