<div dir="ltr">hi,<div><br></div><div><div>I&#39;m on f22 and have consul and etcd from the repos</div><div><br></div><div><div>ldd /usr/bin/consul</div><div><span class="" style="white-space:pre">        </span>linux-vdso.so.1 (0x00007ffc98fa2000)</div><div><span class="" style="white-space:pre">        </span>liblmdb.so.0.0.0 =&gt; /lib64/liblmdb.so.0.0.0 (0x00007f99bc1b5000)</div><div><span class="" style="white-space:pre">        </span>libpthread.so.0 =&gt; /lib64/libpthread.so.0 (0x00007f99bbf99000)</div><div><span class="" style="white-space:pre">        </span>libc.so.6 =&gt; /lib64/libc.so.6 (0x00007f99bbbd8000)</div><div><span class="" style="white-space:pre">        </span>/lib64/ld-linux-x86-64.so.2 (0x0000562f58dbf000)</div></div><div><br></div><div><div>ldd /usr/bin/etcd</div><div><span class="" style="white-space:pre">        </span>not a dynamic executable</div></div></div><div><br></div><div>I found that when CGO_ENABLED=0 it would be statically linked<br></div><div>the dynamic one like consul above is not actually dynamically linked (because of the size)</div><div><br></div><div>are there some fedora guidelines for golang apps?</div><div>are there macros and helpers for rpm?</div><div><br></div><div><br></div></div>