D for microservices
Jacob Carlborg
doob at me.com
Sun Mar 11 14:44:40 UTC 2018
On 2018-03-11 12:10, Tamas wrote:
> Simple Vibe.d app talking to Redis, packed into docker containers:
> https://github.com/tam4s/hello-redis
>
> The takeaway is that I could not use Alpine as a host image, because I
> could not build the app statically on ubuntu.
>
> warning: Using 'dlopen' in statically linked applications requires at
> runtime the shared libraries from the glibc version used for linking
It's just a warning. If you're not using "dlopen" or any of your
dependencies you can just ignore the warning.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list