Giter Club home page Giter Club logo

Comments (5)

jedisct1 avatar jedisct1 commented on May 23, 2024

It's for the system it's built on. I guess since the last time you installed it, GitHub updated the Ubuntu version (ubuntu-latest).

Do the .tar.bz2 files work on your system?

from doh-server.

Dr-Escher avatar Dr-Escher commented on May 23, 2024

Thanks for this suggestion. Yes, the static binary provided in the bz2 archive indeed works fine.

Is there a reason for the debian package containing a different (and dynamically linked) executable? Do you consider shipping the same static build in the debian package as well? This would make the deb package actually work on Debian without breaking it for other distributions.

Binary from doh-proxy_0.9.6_linux-x86_64.tar.bz2:

# ldd doh-proxy 
        not a dynamic executable

Binary from doh-proxy_0.9.6_amd64.deb:

# ldd doh-proxy 
        linux-vdso.so.1 (0x00007ffca99eb000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f16d9a7d000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f16d9995000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f16d97ae000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f16d9da3000)

from doh-server.

jedisct1 avatar jedisct1 commented on May 23, 2024

The cargo zigbuild command produces an executable for any target (even without dependencies). This is easy to use and what is used for the tarballs.

The cargo deb command produces an executable and creates a Debian package.

But there's no command that combines these two commands, so finding the proper incantation was not easy.

from doh-server.

Dr-Escher avatar Dr-Escher commented on May 23, 2024

I see, thank you for looking into it.

from doh-server.

jedisct1 avatar jedisct1 commented on May 23, 2024

Debian packages for x86_64 and aarch64 have been added to the current release. Thanks!

from doh-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.