[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: statically-linked-binary error



On Tue, Mar 19, 2019 at 10:58 AM Florian Weimer wrote:
>
> * Tong Sun:
>
> > Aren't all go built binaries are statically-linked-binary?
> > Then why I'm getting the following error?
>
> There are two different kinds of statically linked binaries: those
> that link against glibc and those that do not.  Static linking against
> glibc should really be avoided, particularly with Go, which only needs
> it for functionality that is *broken* in a statically linked glibc.
>
> Do you have a link to the binary in question?

Thanks for your reply Florian. I'm still working on making the build
work, but will get my package into shape and push an initial version
for your to take a look...


Reply to: