On 07/07/2016 03:26 PM, Derek Mahar wrote:
> How could I build and run vpnc <https://www.unix-ag.uni-kl.de/~massar/vpnc/> 
> on 
> CoreOS?  Could I build it on Ubuntu and then install the binary on CoreOS?

is there any reason you can't run it in a rkt or docker container?

if you really cannot, then the binary should be statically linked.
dynamically linked binaries from other systems either will not work
because of missing libraries, or will potentially crash at runtime due
to ABI problems, so it's not a very good idea.

> 
> Derek
> 

Reply via email to