static-curl | fully static builds of curl | Command Line Interface library

 by   moparisthebest Shell Version: v8.0.1 License: MIT

kandi X-RAY | static-curl Summary

kandi X-RAY | static-curl Summary

static-curl is a Shell library typically used in Utilities, Command Line Interface applications. static-curl has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

These are a couple simple scripts to build a fully static curl binary using alpine linux docker containers. Currently it is a featureful build with OpenSSL, libssh2, nghttp2, and zlib, supporting most protocols. Tweak configure options in build.sh if you need something else (and/or suggest or PR).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              static-curl has a low active ecosystem.
              It has 380 star(s) with 19 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 3 have been closed. On average issues are closed in 33 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of static-curl is v8.0.1

            kandi-Quality Quality

              static-curl has 0 bugs and 0 code smells.

            kandi-Security Security

              static-curl has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              static-curl code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              static-curl is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              static-curl releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of static-curl
            Get all kandi verified functions for this library.

            static-curl Key Features

            No Key Features are available at this moment for static-curl.

            static-curl Examples and Code Snippets

            No Code Snippets are available at this moment for static-curl.

            Community Discussions

            QUESTION

            Cannot run executables with Alpine and Busybox docker images
            Asked 2021-Oct-18 at 02:10

            I'm trying to create a very simple docker image, it must have lua, luarocks, and a few other executables pre-installed on it, dockerfile below:

            ...

            ANSWER

            Answered 2021-Oct-17 at 19:20

            TL;DR:

            The error lua: not found is a symptom of a dynamic linking failure, and is common when trying to run mainland Linux binaries on musl-libc based Linux, such as Alpine Linux and the busybox based image.

            To fix this, switch to a lightweight glibc based image (e.g. Debian Slim) or install glibc on the Alpine container. Making this work for BusyBox is unpractical.

            Full Explanation:

            A bit of background. libc, the standard C library, provides the C and POSIX APIs to Linux programs and is an intrinsic part of the Linux system. Most Linux distributions are based on glibc, the GNU C library. However, both Alpine Linux and BusyBox images are based on musl standard C library, which is generally incompatible with glibc. Consequently, executables that are built on glibc-based distros such as Ubuntu, Debian or Arch Linux, won't work out of the box on Alpine Linux or BusyBox.

            The linking error is manifested when trying to run the glibc executable. You could verify this by switching the image to alpine and running ldd:

            Source https://stackoverflow.com/questions/69607005

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install static-curl

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/moparisthebest/static-curl.git

          • CLI

            gh repo clone moparisthebest/static-curl

          • sshUrl

            git@github.com:moparisthebest/static-curl.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Command Line Interface Libraries

            ohmyzsh

            by ohmyzsh

            terminal

            by microsoft

            thefuck

            by nvbn

            fzf

            by junegunn

            hyper

            by vercel

            Try Top Libraries by moparisthebest

            wireguard-proxy

            by moparisthebestRust

            xmpp-proxy

            by moparisthebestRust

            jDnsProxy

            by moparisthebestJava

            AppBak

            by moparisthebestJava

            keepass2android

            by moparisthebestJava