The binaries we distribute are just partially statically linked: with openssl and zlib. The libc is linked dynamically.
It makes sense to create a full static binary for ARM as these usually use various libc libraries more frequently than other platforms, which usually stick with glibc ... we'll look into it. Best regards, Martin > On 9 Mar 2019, at 01:22, Martin Winter <[email protected]> wrote: > > I’ve noticed that there are now binaries for arm8 online as well. > > However, all the downloaded binaries seem to be now dynamically linked… > (Webpage still talks about statically linked, but they are not. > I’ve checked x86_64, arm7, arm8 linux binaries) > > Small mistake on the published binaries? > > Regards, > Martin Winter > > > On 7 Mar 2019, at 12:14, [email protected] wrote: > >> Hi, >> >> we use the following configuration with static openssl and zlib builds: >> >> ./configure --with-ssl-static=$REPOSITORY --with-zlib=$REPOSITORY >> >> Best regards, >> Martin >> >> >>> On 7 Mar 2019, at 17:50, Martin Winter <[email protected]> wrote: >>> >>> Hi there, >>> >>> curious on how the configure/build options are for official released >>> (static) binaries. >>> I’ve attempted a few times to build similar static binaries but failed… >>> >>> Background: I’m using monit on various Linux arm64 (arm8 CPU) servers, but >>> would >>> prefer to use a single static binary to deploy as my servers are various >>> debian >>> and ubuntu versions with different shared library versions. >>> (There are currently no binaries provided for arm8) >>> >>> Regards, >>> Martin Winter >>> >>> -- >>> To unsubscribe: >>> https://lists.nongnu.org/mailman/listinfo/monit-general >> >> >> -- >> To unsubscribe: >> https://lists.nongnu.org/mailman/listinfo/monit-general > > -- > To unsubscribe: > https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
