<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>I don't know if <a moz-do-not-send="true"
href="https://github.com/urweb/urweb/issues/44">this GitHub
issue</a> is related, but in general I made a token effort
(about 10 years ago) to support static linking by adding one flag
to the GCC/Clang command line, and it has been clear for years
that more modifications are needed somehow. I don't intend to
research them myself since I literally always use dynamic linking
for Ur/Web apps, but I would be very glad to see related PRs.<br>
</p>
<div class="moz-cite-prefix">On 10/27/18 7:32 PM, Fabrice Leal
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CALqfA9PVjeSKQAzf35KjfVvoVjv0en0RaAqo+Y+OO5MCgM93Rg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">So as I was trying to make a release for deployment
on a cloud vm, I tried to compile a fastcgi executable using the
-static option but I get some warnings and some errors from what
it seems to be undefined references to SSL_ function calls - to
successfully deploy i had to copy a bunch of .so files which is
not ideal, but I got it working. Wonder what everyone's
experience is or if im missing something. </div>
</blockquote>
</body>
</html>